diff options
Diffstat (limited to 'main/main-impl.hpp')
-rw-r--r-- | main/main-impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/main-impl.hpp b/main/main-impl.hpp index 945b2196..cc17f9bc 100644 --- a/main/main-impl.hpp +++ b/main/main-impl.hpp @@ -58,6 +58,7 @@ struct main_impl final : Platform::Sdl2Application, floormat_main void drawEvent() override; void do_update(); void update_window_state(); + struct meshes meshes() noexcept override; bool is_text_input_active() const noexcept override; void start_text_input() noexcept override; |