aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-01-13 08:30:23 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-01-13 08:30:23 -0500
commit2058d60354e62f84ef915c7409bba445ad934dba (patch)
tree00f79332a2c45a0f12ab16aface7b7233f84aa34 /include/common.h
parentbf7d1d29029ca0afa4369bf95b8bd67c73fd5c45 (diff)
settings xml'd
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/common.h b/include/common.h
index be32019..bfd0126 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
@@ -98,7 +100,7 @@ typedef struct{
*
*/
-#define HLINE 3
+#define HLINE 1
/**
* A 'wrapper' for libc's srand(), as we hope to eventually have our own random number