aboutsummaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2016-01-22 07:48:11 -0500
committerClyne Sullivan <tullivan99@gmail.com>2016-01-22 07:48:11 -0500
commit9c3e9dccdbb5804b47a3ecd5ca50ca3d424dab21 (patch)
tree1e81aec5b68020c550b88256eb6efed8c27a3340 /include/common.h
parent0f60bf5e7d875aebd6547f6707ef1bfe8e9364ea (diff)
more settings.xml
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/common.h b/include/common.h
index 0df6533..8e08d1d 100644
--- a/include/common.h
+++ b/include/common.h
@@ -99,6 +99,7 @@ extern unsigned int SCREEN_WIDTH;
extern unsigned int SCREEN_HEIGHT;
//#define FULLSCREEN
+extern bool FULLSCREEN;
/**
* Define the length of a single HLINE.
@@ -110,7 +111,8 @@ extern unsigned int SCREEN_HEIGHT;
*
*/
-#define HLINE 3
+//#define HLINE 3
+extern unsigned int HLINE;
/**
* A 'wrapper' for libc's srand(), as we hope to eventually have our own random number