summaryrefslogtreecommitdiffhomepage
path: root/main/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/app.hpp')
-rw-r--r--main/app.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/app.hpp b/main/app.hpp
index 211e7bdc..7f508de5 100644
--- a/main/app.hpp
+++ b/main/app.hpp
@@ -43,6 +43,7 @@ struct app final : Platform::Application
void update_window_scale(Vector2i window_size);
void viewportEvent(ViewportEvent& event) override;
void draw_menu();
+ void draw_menu_(tile_type& type, float main_menu_height);
void setup_menu();
void display_menu();
void debug_callback(GL::DebugOutput::Source src, GL::DebugOutput::Type type, UnsignedInt id,