diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-13 07:07:04 -0500 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2015-11-13 07:07:04 -0500 |
commit | 1177a2ec843533b76fa9bd8573686f684103075c (patch) | |
tree | 848b6c918b85ff2413cef5d5ca9ab8122b351a23 /include/ui.h | |
parent | ac52ecab5df8382b51d48a9431f672bfc502a400 (diff) |
dialog buttons
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. |