diff options
Diffstat (limited to 'include/ui.h')
-rw-r--r-- | include/ui.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ui.h b/include/ui.h index 51b5c19..4d30b9b 100644 --- a/include/ui.h +++ b/include/ui.h @@ -59,7 +59,8 @@ namespace ui { * limited until a right click is given, closing the box. */ - void dialogBox(const char *name,char *opt,const char *text,...); + void dialogBox(const char *name,const char *opt,const char *text,...); + void waitForDialog(void); /* * Draws a larger string in the center of the screen. Drawing is done inside this function. |