diff options
Diffstat (limited to 'include/ui.h')
-rw-r--r-- | include/ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui.h b/include/ui.h index ed9fb94..f933a37 100644 --- a/include/ui.h +++ b/include/ui.h @@ -106,6 +106,7 @@ namespace ui { extern bool posFlag; extern unsigned char dialogOptChosen; + extern unsigned char merchOptChosen; extern bool dialogBoxExists; extern bool dialogImportant; extern bool dialogPassive; @@ -148,6 +149,7 @@ namespace ui { void dialogBox(const char *name,const char *opt,bool passive,const char *text,...); void merchantBox(const char *name,Trade trade,const char *opt,bool passive,const char *text,...); void merchantBox(); + void closeBox(); void waitForDialog(void); /* |