diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-23 21:55:31 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-23 21:55:31 -0400 |
commit | debb080a17eba2b2957e99ba7f1ce0fa0c4d2e4e (patch) | |
tree | 621bcf54c0f97b202e21bb4f21f5107f852cba63 /include/ui.hpp | |
parent | 6e51f9723635de3defce30517fa1043f26e27ee9 (diff) | |
parent | e04fae7b72b424e5019429a071ad2de9edf4df1f (diff) |
Fixed some bugs
Diffstat (limited to 'include/ui.hpp')
-rw-r--r-- | include/ui.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp index 3aaeb00..144a87e 100644 --- a/include/ui.hpp +++ b/include/ui.hpp @@ -11,7 +11,9 @@ #include <config.hpp> #include <world.hpp> + #include <ui_menu.hpp> +#include <ui_action.hpp> #include <ft2build.h> #include FT_FREETYPE_H @@ -105,6 +107,7 @@ namespace ui { * limited until a right click is given, closing the box. */ + void drawBox(vec2 c1, vec2 c2); 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(); |