bloboland

view src/game.h @ 0:e4818a3300b9

bloboland initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 15 Dec 2012 07:52:13 +0200
parents
children cfe68befb7cc
line source
1 #ifndef GAME_H_
2 #define GAME_H_
4 bool keystate[256];
6 bool game_init();
7 void game_shutdown();
9 void game_iter(double dt);
10 void game_render();
12 #endif // GAME_H_