aboutsummaryrefslogtreecommitdiffstats
path: root/include/ui_menu.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ui_menu.hpp')
-rw-r--r--include/ui_menu.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ui_menu.hpp b/include/ui_menu.hpp
index f9ce397..1ec7ff3 100644
--- a/include/ui_menu.hpp
+++ b/include/ui_menu.hpp
@@ -67,6 +67,8 @@ namespace ui {
menuItem createParentButton(vec2 l, dim2 d, Color c, const char* t);
menuItem createSlider(vec2 l, dim2 d, Color c, float min, float max, const char* t, float* v);
+ void init(void);
+ void toggle(void);
void draw(void);
}
}