brought the code over from the amiga test
[lugburz] / src / game.h
1 #ifndef GAME_H_
2 #define GAME_H_
3
4 int game_init(void);
5 void game_draw(void);
6
7 #endif  /* GAME_H_ */