diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-06-10 06:46:49 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-06-10 06:46:49 +0200 |
commit | f7898053802ea38630f93034d0cd1555492fbc56 (patch) | |
tree | f81955574f7ecc24ff26ee770c45768a366d0202 /main | |
parent | dc913f11422e002059029cac8da2d6b9a725656a (diff) |
wip
Diffstat (limited to 'main')
-rw-r--r-- | main/main-impl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 <vector> #include <Corrade/Containers/String.h> @@ -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> _clickable_scenery; struct world _world{}; Magnum::Timeline timeline; |