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:
12
src/include/fileio.h
Normal file
12
src/include/fileio.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* fileio.h
|
||||
*
|
||||
* Created on: 09.01.2009
|
||||
* Author: gerstrong
|
||||
*/
|
||||
|
||||
unsigned int loadmap(char filename[MAX_STRING_LENGTH], char *path, int lvlnum, int isworldmap, stCloneKeenPlus *pCKP);
|
||||
void addmaptile(unsigned int t);
|
||||
void addenemytile(unsigned int t, stCloneKeenPlus *pCKP);
|
||||
short checkConsistencyofGameData(stGameData *p_GameData);
|
||||
void formatPathString(char *output, const char *path);
|
||||
Reference in New Issue
Block a user