X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgame.h;h=c41603774b475a5163c7a3f956956e2ee6745931;hb=6fb1ec97e68e6dcb63ebd6085423d0e8d5a9d23a;hp=9eb4cc985d5ec0563c47c213e28c9e99a5f915ec;hpb=28d5d8d6f0b9da979030465c304157a4919ca6de;p=metatoy diff --git a/src/game.h b/src/game.h index 9eb4cc9..c416037 100644 --- a/src/game.h +++ b/src/game.h @@ -16,6 +16,7 @@ void game_keyboard(int key, int press); void game_mouse(int bn, int press, int x, int y); void game_motion(int x, int y); +unsigned long game_getmsec(void); void game_quit(void); void game_swap_buffers(void);