From f7898053802ea38630f93034d0cd1555492fbc56 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sat, 10 Jun 2023 06:46:49 +0200 Subject: wip --- main/main-impl.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main') diff --git a/main/main-impl.hpp b/main/main-impl.hpp index 3a3e4c7b..f5dc5010 100644 --- a/main/main-impl.hpp +++ b/main/main-impl.hpp @@ -6,6 +6,7 @@ #include "draw/wall.hpp" #include "draw/anim.hpp" #include "shaders/shader.hpp" +#include "shaders/lightmap.hpp" #include "main/clickable.hpp" #include #include @@ -95,6 +96,7 @@ private: [[maybe_unused]] char _dummy = (register_debug_callback(), '\0'); floormat_app& app; // NOLINT(cppcoreguidelines-avoid-const-or-ref-data-members) tile_shader _shader; + lightmap_shader _lightmap_shader; std::vector _clickable_scenery; struct world _world{}; Magnum::Timeline timeline; -- cgit v1.2.3