summaryrefslogtreecommitdiffhomepage
path: root/draw
diff options
context:
space:
mode:
Diffstat (limited to 'draw')
-rw-r--r--draw/anim.hpp2
-rw-r--r--draw/ground.hpp2
-rw-r--r--draw/wall.hpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/draw/anim.hpp b/draw/anim.hpp
index e9ac5f89..a19af1e1 100644
--- a/draw/anim.hpp
+++ b/draw/anim.hpp
@@ -18,7 +18,7 @@ namespace floormat {
struct tile_shader;
class anim_atlas;
-struct chunk;
+class chunk;
struct clickable;
struct object;
diff --git a/draw/ground.hpp b/draw/ground.hpp
index c3569121..3db92756 100644
--- a/draw/ground.hpp
+++ b/draw/ground.hpp
@@ -3,7 +3,7 @@
namespace floormat {
struct tile_shader;
-struct chunk;
+class chunk;
struct ground_mesh
{
diff --git a/draw/wall.hpp b/draw/wall.hpp
index 89d3d3ac..ca25f9db 100644
--- a/draw/wall.hpp
+++ b/draw/wall.hpp
@@ -3,7 +3,7 @@
namespace floormat {
struct tile_shader;
-struct chunk;
+class chunk;
struct wall_mesh
{