diff options
Diffstat (limited to 'include/ui.h')
-rw-r--r-- | include/ui.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/ui.h b/include/ui.h index 6a81ff8..0499570 100644 --- a/include/ui.h +++ b/include/ui.h @@ -108,9 +108,9 @@ namespace ui { extern bool posFlag; extern unsigned char dialogOptChosen; - extern bool dialogBoxExists; - extern bool dialogImportant; - extern bool dialogPassive; + extern bool dialogBoxExists; + extern bool dialogImportant; + extern bool dialogPassive; extern unsigned int textWrapLimit; @@ -148,6 +148,7 @@ namespace ui { */ void dialogBox(const char *name,const char *opt,bool passive,const char *text,...); + void merchantBox(const char *name,const char *opt,bool passive,const char *text,...); void waitForDialog(void); /* |