aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-12-11 08:38:38 -0500
committerClyne Sullivan <tullivan99@gmail.com>2015-12-11 08:38:38 -0500
commit43bbcf02fd5e4e69a9aa521fa4cd572cc8675cf3 (patch)
tree1f9a4def2c1b236e9762dbb8d0b8fe9143b7a9a1 /include/ui.h
parent2baf10d54f1cbfdb781b9b37987e0815dbdafc3f (diff)
first areas plotted
Diffstat (limited to 'include/ui.h')
-rw-r--r--include/ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ui.h b/include/ui.h
index 97e4bbf..2fe3b0a 100644
--- a/include/ui.h
+++ b/include/ui.h
@@ -60,7 +60,7 @@ namespace ui {
* limited until a right click is given, closing the box.
*/
- void dialogBox(const char *name,const char *opt,const char *text,...);
+ void dialogBox(const char *name,const char *opt,bool passive,const char *text,...);
void waitForDialog(void);
/*