diff options
Diffstat (limited to 'src/tile.hpp')
-rw-r--r-- | src/tile.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tile.hpp b/src/tile.hpp index f9d6adc8..fbe2e93d 100644 --- a/src/tile.hpp +++ b/src/tile.hpp @@ -4,7 +4,7 @@ namespace floormat { struct chunk; -struct anim_atlas; +class anim_atlas; struct tile_proto final { |