diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-23 22:31:27 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-23 22:31:27 -0400 |
commit | cc2230e0039f06a7478878adcbc9ef028a223243 (patch) | |
tree | 1af80e53bc7f6ec6fa7c7d4f89656d61f203808f /include/ui.hpp | |
parent | debb080a17eba2b2957e99ba7f1ce0fa0c4d2e4e (diff) |
more rewrites
Diffstat (limited to 'include/ui.hpp')
-rw-r--r-- | include/ui.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |