diff options
Diffstat (limited to 'src/object.hpp')
-rw-r--r-- | src/object.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.hpp b/src/object.hpp index c02e4d07..50512419 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -12,7 +12,7 @@ namespace floormat { template<typename T> struct object_type_; -struct anim_atlas; +class anim_atlas; struct world; struct chunk; |