diff options
Diffstat (limited to 'include/ui.h')
-rw-r--r-- | include/ui.h | 12 |
1 files changed, 7 insertions, 5 deletions
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; |