aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui.hpp')
-rw-r--r--include/ui.hpp3
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();