diff options
Diffstat (limited to 'src/critter.hpp')
-rw-r--r-- | src/critter.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/critter.hpp b/src/critter.hpp index 81c8b601..724e2b28 100644 --- a/src/critter.hpp +++ b/src/critter.hpp @@ -6,7 +6,7 @@ namespace floormat { -struct anim_atlas; +class anim_atlas; struct world; struct critter_proto : object_proto |