diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 10:39:18 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 10:39:18 +0200 |
commit | f47790b1ec38f27c486ad2002dac8b310933f0a4 (patch) | |
tree | 3f239fe634e9df8d6221b1ee5844634618572ec9 /editor/app.hpp | |
parent | ceef13e7bd4c01e66885611e2fef54d589a695da (diff) |
a
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index ff5326ac..f7adfc9a 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -67,8 +67,6 @@ private: MAX = quit, COUNT }; - void make_test_chunk(chunk& c); - void do_mouse_click(global_coords pos, int button); void do_mouse_release(int button); void do_mouse_move(global_coords pos); @@ -80,11 +78,14 @@ private: void draw_ui(); float draw_main_menu(); - void draw_editor_pane(tile_editor& type, float main_menu_height); void draw_fps(); - void draw_cursor_tile(); + void draw_cursor_tile_coord(); void render_menu(); + void draw_editor_pane(tile_editor& type, float main_menu_height); + + void draw_cursor_tile(); + void draw_wireframe_quad(global_coords pt); void draw_wireframe_box(global_coords pt); |