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 a3084eb..6a81ff8 100644 --- a/include/ui.h +++ b/include/ui.h @@ -61,10 +61,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; @@ -101,12 +101,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 bool dialogPassive; |