(20111219) 01:00

This commit is contained in:
2011-12-19 01:00:00 +01:00
parent 0f403b8234
commit 49ce46f808
97 changed files with 1280 additions and 159 deletions

View File

@@ -56,4 +56,16 @@ void GameLib_BreakLoop();
void GameLib_GetPos(int pos[2]);
void GameLib_SetPos(int pos[2]);
void GameLib_GetSize(int size[2]);
void GameLib_DelEnts();
void GameLib_ForEachEnt(int (*func)(Entity *ent));
void GameLib_PlaySound(AudioSnd snd,int x,int y);
#endif