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 50512419..cfa406d6 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -13,7 +13,7 @@ namespace floormat { template<typename T> struct object_type_; class anim_atlas; -struct world; +class world; struct chunk; struct object_proto |