From 28539cb9804a2bda8a7d94ec078b1b60ac3ded06 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 22 Feb 2016 08:47:51 -0500 Subject: bug fixes --- include/ui.h | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'include') diff --git a/include/ui.h b/include/ui.h index ccc16af..671a92c 100644 --- a/include/ui.h +++ b/include/ui.h @@ -55,10 +55,10 @@ public: void gotoParent(); }; -typedef uint8_t BYTE; +typedef uint8_t BYTE; typedef uint16_t WORD; typedef uint32_t DWORD; -typedef int32_t LONG; +typedef int32_t LONG; typedef struct{ WORD bfType; @@ -95,12 +95,14 @@ namespace ui { /* * These flags are used elsewhere. */ - + + extern unsigned int fontSize; + extern bool debug; extern bool posFlag; - extern unsigned int fontSize; - extern bool dialogBoxExists; + extern unsigned char dialogOptChosen; + extern bool dialogBoxExists; extern bool dialogImportant; extern unsigned int textWrapLimit; -- cgit v1.2.3