diff options
Diffstat (limited to 'include/ui.h')
-rw-r--r-- | include/ui.h | 4 |
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. |