update 20.06.2009
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@27 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
@@ -16,14 +16,16 @@ public:
|
||||
CGame();
|
||||
virtual ~CGame();
|
||||
|
||||
void runCycle(void);
|
||||
int loadResources(unsigned short Episode, char *DataDirectory);
|
||||
short runCycle(stCloneKeenPlus *pCKP);
|
||||
void preallocateCKP(stCloneKeenPlus *pCKP);
|
||||
CLatch *getLatch(void);
|
||||
|
||||
private:
|
||||
static const unsigned short MAX_TEXT_LENGTH = 256;
|
||||
unsigned short m_Episode;
|
||||
char m_DataDirectory[MAX_TEXT_LENGTH];
|
||||
int current_demo;
|
||||
|
||||
CLatch *Latch;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user