summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-28 15:26:02 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-28 15:26:02 +0100
commit999f1bb049553207a89a998b48d9e214f255b108 (patch)
treef19e9f9f53eff02026ddb9bda11aedcf77074220 /editor/app.hpp
parent1b6897ef91e7a82319a295d5f30a796bdc3a6db1 (diff)
scenery wip
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index 381b4c83..c81f5f22 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -92,8 +92,9 @@ private:
void do_quicksave();
void do_quickload();
- void draw_editor_pane(tile_editor& type, float main_menu_height);
- void draw_editor_pane_atlas(tile_editor& ed, StringView name, const std::shared_ptr<tile_atlas>& atlas);
+ void draw_editor_pane(float main_menu_height);
+ void draw_editor_tile_pane_atlas(tile_editor& ed, StringView name, const std::shared_ptr<tile_atlas>& atlas);
+ void draw_editor_scenery_pane(scenery_editor& ed);
void draw_cursor();
void init_imgui(Vector2i size);
void draw_ui();