From aebec6e9b095149252bf1e4642c211ae98efdf84 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 18 Oct 2022 01:55:30 +0200 Subject: a --- main/app.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'main/app.hpp') diff --git a/main/app.hpp b/main/app.hpp index 861b4193..89439dc0 100644 --- a/main/app.hpp +++ b/main/app.hpp @@ -63,13 +63,14 @@ struct app final : Platform::Application float draw_main_menu(); void draw_editor_pane(tile_type& type, float main_menu_height); void draw_fps(); + void draw_cursor_coord(); void display_menu(); void debug_callback(GL::DebugOutput::Source src, GL::DebugOutput::Type type, UnsignedInt id, GL::DebugOutput::Severity severity, const std::string& str) const; void* register_debug_callback(); - global_coords pixel_to_tile(Vector2 position) const; + global_coords pixel_to_tile(Vector2d position) const; enum class key : int { camera_up, camera_left, camera_right, camera_down, camera_reset, -- cgit v1.2.3