Added resize hander stub and initial screen size setter

This commit is contained in:
Paul Hunkin 2010-07-27 10:49:11 +02:00
parent 27d80262c2
commit 088b758125
5 changed files with 76 additions and 18 deletions

View file

@ -27,7 +27,7 @@
/* screen width, height, and bit depth */
#define SCREEN_WIDTH 320
#define SCREEN_HEIGHT 480
#define SCREEN_HEIGHT 430
#define SCREEN_BPP 16
/* Define our booleans */