diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 4 |
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 |