summaryrefslogtreecommitdiffhomepage
path: root/draw/floor.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-09 18:27:32 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-09 18:27:32 +0100
commit5907a8902e6f01774cebbb515349a66c86a47fb3 (patch)
tree7d3f90a38e038e0f4acbaf62b328fb23446ab7c7 /draw/floor.hpp
parent1febb02d958fa4cf8c15e3ca18f9d644f9fc80fb (diff)
allow drawing walls in random order
Diffstat (limited to 'draw/floor.hpp')
-rw-r--r--draw/floor.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/draw/floor.hpp b/draw/floor.hpp
index bfff7948..74547857 100644
--- a/draw/floor.hpp
+++ b/draw/floor.hpp
@@ -2,15 +2,12 @@
namespace floormat {
-struct tile_ref;
struct tile_shader;
struct chunk;
struct floor_mesh final
{
floor_mesh();
- floor_mesh(floor_mesh&&) = delete;
- floor_mesh(const floor_mesh&) = delete;
void draw(tile_shader& shader, chunk& c);
};