diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-28 15:26:02 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-11-28 15:26:02 +0100 |
commit | 999f1bb049553207a89a998b48d9e214f255b108 (patch) | |
tree | f19e9f9f53eff02026ddb9bda11aedcf77074220 /editor/app.hpp | |
parent | 1b6897ef91e7a82319a295d5f30a796bdc3a6db1 (diff) |
scenery wip
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 5 |
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(); |