First real upload of the files used for developing
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@5 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
24
src/CCGenius.h
Normal file
24
src/CCGenius.h
Normal file
@@ -0,0 +1,24 @@
|
||||
/*
|
||||
* CCGenius.h
|
||||
*
|
||||
* Created on: 18.05.2009
|
||||
* Author: gerstrong
|
||||
*/
|
||||
|
||||
#ifndef CCGENIUS_H_
|
||||
#define CCGENIUS_H_
|
||||
|
||||
#include "CSingleton.h"
|
||||
#define g_pCGenius CCGenius::Get()
|
||||
|
||||
class CCGenius : public CSingleton<CCGenius>
|
||||
{
|
||||
public:
|
||||
CCGenius();
|
||||
virtual ~CCGenius();
|
||||
|
||||
private:
|
||||
|
||||
};
|
||||
|
||||
#endif /* CCGENIUS_H_ */
|
||||
Reference in New Issue
Block a user