aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-01-13 08:38:39 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-01-13 08:38:39 -0500
commit058c06659632597c78704ef7d971284576b11ddf (patch)
tree2be14741b797e89775ce916a33d396b27938da74 /include/common.h
parentda4aedc85adc5e8350492a84ec17d470d1eb0a33 (diff)
parent2058d60354e62f84ef915c7409bba445ad934dba (diff)
Added Fire
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/common.h b/include/common.h
index be32019..48026b0 100644
--- a/include/common.h
+++ b/include/common.h
@@ -78,13 +78,15 @@ typedef struct{
* The desired width of the game window.
*/
-#define SCREEN_WIDTH 1280
+//#define SCREEN_WIDTH 1280
+extern unsigned int SCREEN_WIDTH;
/**
* The desired height of the game window.
*/
-#define SCREEN_HEIGHT 720
+//#define SCREEN_HEIGHT 720
+extern unsigned int SCREEN_HEIGHT;
//#define FULLSCREEN