7 extern unsigned char *framebuf, *vmem;
10 void game_shutdown(void);
14 void game_reshape(int x, int y);
15 void game_keyboard(int key, int press);
16 void game_mouse(int bn, int press, int x, int y);
17 void game_motion(int x, int y);
19 unsigned long game_getmsec(void);
21 void game_swap_buffers(void);