diff options
Diffstat (limited to 'draw/floor.hpp')
-rw-r--r-- | draw/floor.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/draw/floor.hpp b/draw/floor.hpp index f81a7593..4a273dfc 100644 --- a/draw/floor.hpp +++ b/draw/floor.hpp @@ -12,7 +12,8 @@ namespace floormat { struct tile_shader; struct chunk; -struct tile; +struct tile_ref; +struct tile_proto; struct floor_mesh final { |