diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-23 07:31:22 -0500 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-02-23 07:31:22 -0500 |
commit | 0396f428411eb015f796643f9e7e38ca97f8fd42 (patch) | |
tree | c8aa0afcd640d5dff42c07b06ab81886e400516b /include | |
parent | f67648a124655305c3e8947fe312b97ccf74e2fd (diff) | |
parent | 28539cb9804a2bda8a7d94ec078b1b60ac3ded06 (diff) |
Villages!
Diffstat (limited to 'include')
-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; |