From 2351fb5a1d35428fe90d7c10617198cdf89f5ee9 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Tue, 20 Oct 2015 08:49:52 -0400 Subject: documentation part 2 --- include/common.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'include') 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 #include -#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 -- cgit v1.2.3