summaryrefslogtreecommitdiffhomepage
path: root/main/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-08 22:14:29 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-08 22:14:29 +0200
commitcaacf24af8a51807105cd35407201d525a4e59f4 (patch)
tree640fa38bbb09dcf2ca2eaed14d4acd2dba10b3e3 /main/app.hpp
parentdf73742cdd427e68057603746864abd3d2b545c2 (diff)
a
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;