summaryrefslogtreecommitdiffhomepage
path: root/main/main-impl.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-11-22 09:47:25 +0100
committerStanislaw Halik <sthalik@misaki.pl>2023-11-22 09:47:25 +0100
commit28ba97727326c05c9347b50b0114f01c0ec8b1df (patch)
tree223712106e660dec018f7dfc3329ca48e5c8fb11 /main/main-impl.hpp
parentb7006b670843f692bc14aa9932bffd44f6a629f7 (diff)
a
Diffstat (limited to 'main/main-impl.hpp')
-rw-r--r--main/main-impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main-impl.hpp b/main/main-impl.hpp
index 5619dda6..f66b0248 100644
--- a/main/main-impl.hpp
+++ b/main/main-impl.hpp
@@ -29,7 +29,7 @@ namespace floormat {
struct floormat_app;
struct scenery;
-struct anim_atlas;
+class anim_atlas;
struct clickable;
struct main_impl final : Platform::Sdl2Application, floormat_main