diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h index 2cf98e4..183b1cb 100644 --- a/include/common.h +++ b/include/common.h @@ -31,8 +31,10 @@ enum GENDER{ #include <Quest.h> #include <entities.h> -#define SCREEN_WIDTH 1280 -#define SCREEN_HEIGHT 720 +#define GAME_NAME "Independent Study v.0.2 alpha" + +#define SCREEN_WIDTH 1280 +#define SCREEN_HEIGHT 720 //#define FULLSCREEN #define HLINE 3 //base unit of the world |