From c3258606e206f91e89c2451c6afb6fb4fd96a11f Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 16 Jul 2024 18:57:51 +0200 Subject: wa --- src/light.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/light.cpp') diff --git a/src/light.cpp b/src/light.cpp index 2c5d1a4f..a4c86726 100644 --- a/src/light.cpp +++ b/src/light.cpp @@ -1,13 +1,15 @@ #include "light.hpp" -#include "nanosecond.hpp" #include "tile-constants.hpp" #include "shaders/shader.hpp" #include "loader/loader.hpp" #include "loader/vobj-cell.hpp" -#include +#include "compat/borrowed-ptr.inl" namespace floormat { +template class bptr; +template class bptr; + light_proto::light_proto() { atlas = loader.vobj("light"_s).atlas; -- cgit v1.2.3