summaryrefslogtreecommitdiffhomepage
path: root/main/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/app.hpp')
-rw-r--r--main/app.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/main/app.hpp b/main/app.hpp
index 4cea0a32..06ad882e 100644
--- a/main/app.hpp
+++ b/main/app.hpp
@@ -5,6 +5,7 @@
#include "src/loader.hpp"
#include "floor-mesh.hpp"
#include "wall-mesh.hpp"
+#include "wireframe-mesh.hpp"
#include "compat/enum-bitset.hpp"
#include <Magnum/Timeline.h>
#include <Magnum/Platform/Sdl2Application.h>
@@ -44,6 +45,7 @@ struct app final : Platform::Application
chunk _chunk = make_test_chunk();
floor_mesh _floor_mesh;
wall_mesh _wall_mesh;
+ wireframe_quad_mesh _wireframe_quad;
Vector2 camera_offset;
enum_bitset<key> keys;