summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index aa4f6490..d784fe9a 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -24,6 +24,7 @@ struct floormat_main;
struct tile_atlas;
struct tile_editor;
struct fm_settings;
+struct anim_atlas;
struct cursor_state final {
std::optional<Vector2i> pixel;
@@ -98,6 +99,7 @@ private:
Containers::Pointer<floormat_main> M;
ImGuiIntegration::Context _imgui{NoCreate};
std::shared_ptr<tile_atlas> _floor1, _floor2, _wall1, _wall2;
+ std::shared_ptr<anim_atlas> _door;
wireframe_mesh<wireframe::quad_floor> _wireframe_quad;
wireframe_mesh<wireframe::quad_wall_n> _wireframe_wall_n;
wireframe_mesh<wireframe::quad_wall_w> _wireframe_wall_w;