summaryrefslogtreecommitdiffhomepage
path: root/src/floor-mesh.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-07 16:25:43 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-07 16:25:43 +0200
commit7b7e0ba851189848ff1c89761a1609e6a978fb19 (patch)
tree87c148317a39531a0636263f35f7bff56b234af4 /src/floor-mesh.hpp
parent38440873ac8bf0862de7ba225657df09c5aee9e4 (diff)
a
Diffstat (limited to 'src/floor-mesh.hpp')
-rw-r--r--src/floor-mesh.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/floor-mesh.hpp b/src/floor-mesh.hpp
index 41351fd9..fed5867c 100644
--- a/src/floor-mesh.hpp
+++ b/src/floor-mesh.hpp
@@ -1,9 +1,10 @@
#pragma once
-#include "tile.hpp"
+#include "tile-defs.hpp"
#include <array>
#include <Corrade/Containers/ArrayViewStl.h>
#include <Magnum/Magnum.h>
#include <Magnum/Math/Vector2.h>
+#include <Magnum/Math/Vector3.h>
#include <Magnum/GL/Mesh.h>
#include <Magnum/GL/Buffer.h>
@@ -11,6 +12,7 @@ namespace Magnum::Examples {
struct tile_shader;
struct chunk;
+struct tile;
struct floor_mesh final
{