gba-trycatch

view src/game.h @ 5:850be43b3135

sdl version
author John Tsiombikas <nuclear@member.fsf.org>
date Mon, 16 Jun 2014 22:01:45 +0300
parents
children fb0a0d6a8b52
line source
1 #ifndef GAME_H_
2 #define GAME_H_
4 void game_draw(void);
5 void game_keyb(int key, int pressed);
7 #endif /* GAME_H_ */