aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-02-22 16:39:11 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-02-22 16:39:11 -0500
commitd1ee9a1b4b4d02b564b554a30314a97c1982da22 (patch)
treea1e9348f59ac080a03d53f7c6b3949dd1acf690a /include
parentca1574c0dd3baf85a95b804a73a5101f77ad8261 (diff)
parent28539cb9804a2bda8a7d94ec078b1b60ac3ded06 (diff)
Merge branch 'master' of http://github.com/tcsullivan/gamedev
Diffstat (limited to 'include')
-rw-r--r--include/ui.h12
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;