From cc2230e0039f06a7478878adcbc9ef028a223243 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sat, 23 Apr 2016 22:31:27 -0400 Subject: more rewrites --- include/ui.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ui.hpp') diff --git a/include/ui.hpp b/include/ui.hpp index 144a87e..477c9c3 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -108,7 +108,7 @@ namespace ui { */ void drawBox(vec2 c1, vec2 c2); - void dialogBox(const char *name,const char *opt,bool passive,const char *text,...); + void dialogBox(std::string name, std::string opt, bool passive, std::string text, ...); void merchantBox(const char *name,Trade trade,const char *opt,bool passive,const char *text,...); void merchantBox(); void closeBox(); -- cgit v1.2.3