From 9c3e9dccdbb5804b47a3ecd5ca50ca3d424dab21 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Fri, 22 Jan 2016 07:48:11 -0500 Subject: more settings.xml --- include/common.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/common.h') 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 -- cgit v1.2.3