summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index a1b135e0..20cf4698 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -82,6 +82,7 @@ private:
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_cursor();
void init_imgui(Vector2i size);
void draw_ui();