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:
@@ -0,0 +1,21 @@
|
||||
/*
|
||||
* main.h
|
||||
*
|
||||
* Created on: 13.01.2009
|
||||
* Author: gerstrong
|
||||
*/
|
||||
|
||||
short loadDriverConfiguration(stCloneKeenPlus *pCKP);
|
||||
short saveDriverConfiguration(stCloneKeenPlus *pCKP);
|
||||
void startTheWholeGame(stCloneKeenPlus *pCKP);
|
||||
short readCommandLine(int argc, char *argv[], stCloneKeenPlus *pCKP);
|
||||
void preallocateCKP(stCloneKeenPlus *pCKP);
|
||||
short loadGamesConfig(stOption *Option);
|
||||
short loadResourcesforGame(stCloneKeenPlus *pCKP);
|
||||
short runGameCycle(stCloneKeenPlus *pCKP, CGame *Game);
|
||||
short abortCKP(stCloneKeenPlus *pCKP);
|
||||
void cleanupResources(stCloneKeenPlus *pCKP);
|
||||
short closeCKP(stCloneKeenPlus *pCKP);
|
||||
void createDefaultSettings(stOption *Option);
|
||||
short loadCKPDrivers(stCloneKeenPlus *pCKP);
|
||||
void SaveConfig(stOption *Option);
|
||||
Reference in New Issue
Block a user