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