diff options
Diffstat (limited to 'src/scenery.hpp')
-rw-r--r-- | src/scenery.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scenery.hpp b/src/scenery.hpp index 70b7733c..9135b548 100644 --- a/src/scenery.hpp +++ b/src/scenery.hpp @@ -10,7 +10,7 @@ namespace floormat { struct chunk; -struct anim_atlas; +class anim_atlas; struct world; enum class scenery_type : unsigned char { |