fixed bug in rxc/wxc
[awish.git] / src / game.h
blob756ffc4cc868913bc9d877afef7acf902b62f9cb
1 #ifndef _GAME_H_
2 #define _GAME_H_
4 #include "SDL.h"
7 extern void setMainLoopGame (void);
9 extern int loadLevel (int lidx);
11 extern void activateMinimap (void);
14 #endif