X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=ansitris;a=blobdiff_plain;f=src%2Fgame.h;h=14a6620836645b8d8fb1719d9d7f32e3b7d10f96;hp=0fe598e2bc4b6cc9e4d48b4140e2166643ae59d6;hb=0bdf1f5608fc18fe9d999bd400e951df9342c831;hpb=b9e8d87bd8fe53a3ca4dae3020c3df7bc117f7c7 diff --git a/src/game.h b/src/game.h index 0fe598e..14a6620 100644 --- a/src/game.h +++ b/src/game.h @@ -2,10 +2,12 @@ #define GAME_H_ int quit; +long tick_interval; int init_game(void); void cleanup_game(void); -void proc_input(void); +long update(long msec); +void game_input(int c); #endif /* GAME_H_ */