From caacf24af8a51807105cd35407201d525a4e59f4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 8 Oct 2022 22:14:29 +0200 Subject: a --- main/app.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/app.hpp') 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 #include @@ -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 keys; -- cgit v1.2.3