From 22c0347382db21803cbeaf599a473b1d13b009a3 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 4 Feb 2024 13:14:25 +0100 Subject: b --- draw/anim.hpp | 2 +- draw/ground.hpp | 2 +- draw/wall.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'draw') 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 { -- cgit v1.2.3