reverted all src changes from rev95 commit (because all old work was just removed)
git-svn-id: https://clonekeenplus.svn.sourceforge.net/svnroot/clonekeenplus/cgenius/trunk@107 4df4b0f3-56ce-47cb-b001-ed939b7d65a6
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#ifndef CGAME_H_
|
||||
#define CGAME_H_
|
||||
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
#include "vorticon/CEGAGraphics.h"
|
||||
#include "vorticon/CMessages.h"
|
||||
|
||||
@@ -17,15 +17,14 @@ public:
|
||||
CGame();
|
||||
virtual ~CGame();
|
||||
|
||||
bool loadResources(unsigned short Episode, char *DataDirectory);
|
||||
bool loadResources(unsigned short Episode, const std::string& DataDirectory);
|
||||
void freeResources(void);
|
||||
short runCycle(stCloneKeenPlus *pCKP);
|
||||
void preallocateCKP(stCloneKeenPlus *pCKP);
|
||||
|
||||
private:
|
||||
static const unsigned short MAX_TEXT_LENGTH = 256;
|
||||
unsigned short m_Episode;
|
||||
char m_DataDirectory[MAX_TEXT_LENGTH];
|
||||
std::string m_DataDirectory;
|
||||
int current_demo;
|
||||
|
||||
CEGAGraphics *EGAGraphics;
|
||||
|
||||
Reference in New Issue
Block a user