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:
gerstrong
2009-06-06 19:24:55 +00:00
commit 563103b890
310 changed files with 42607 additions and 0 deletions

24
src/CCGenius.h Normal file
View 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_ */