summaryrefslogtreecommitdiffhomepage
path: root/draw/wall.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'draw/wall.hpp')
-rw-r--r--draw/wall.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/draw/wall.hpp b/draw/wall.hpp
index b021ef95..801d2c06 100644
--- a/draw/wall.hpp
+++ b/draw/wall.hpp
@@ -1,8 +1,7 @@
#pragma once
-#include "tile.hpp"
+#include "tile-defs.hpp"
#include <array>
-#include <Corrade/Containers/ArrayViewStl.h>
#include <Magnum/Math/Vector2.h>
#include <Magnum/Math/Vector3.h>
#include <Magnum/GL/Mesh.h>
@@ -10,6 +9,8 @@
namespace floormat {
+struct tile;
+struct tile_image;
struct tile_shader;
struct chunk;