aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2015-11-13 08:28:43 -0500
committerdrumsetmonkey <abelleisle@roadrunner.com>2015-11-13 08:28:43 -0500
commita32339dc700759ab44a360953c9c24d009b11ecc (patch)
treebf351f2b495403f523a82824a9bc8317b5da81ec /include/ui.h
parent613ab3be6ee76595c04b89992e62c41b52bc1a2f (diff)
parent1177a2ec843533b76fa9bd8573686f684103075c (diff)
Added object class, and added quest listing
Diffstat (limited to 'include/ui.h')
-rw-r--r--include/ui.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ui.h b/include/ui.h
index 6ebbd1f..6fafb17 100644
--- a/include/ui.h
+++ b/include/ui.h
@@ -25,6 +25,8 @@ namespace ui {
extern bool debug;
extern bool posFlag;
extern unsigned int fontSize;
+ extern bool dialogBoxExists;
+ extern unsigned char dialogOptChosen;
/*
* Initializes the FreeType system.
@@ -57,7 +59,7 @@ namespace ui {
* limited until a right click is given, closing the box.
*/
- void dialogBox(const char *name,const char *text,...);
+ void dialogBox(const char *name,char *opt,const char *text,...);
/*
* Draws a larger string in the center of the screen. Drawing is done inside this function.