Added fullscreen mode.

Some code tidying.
This commit is contained in:
TomW 2013-12-07 13:43:06 +00:00
commit c6227d1fc6
18 changed files with 1062 additions and 118 deletions

View file

@ -2,7 +2,7 @@
extern "C" {
#endif
void mouse_init();
void mouse_remove();
void mouse_close();
extern int mouse_b;
void poll_mouse();
void position_mouse(int x, int y);