From d0395f8468b33817a79a0fd625ae52cdff06ae19 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 9 Feb 2024 19:34:15 +0100 Subject: loader: move vobj_cell to its own file --- src/light.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/light.cpp b/src/light.cpp index 675646eb..3de02885 100644 --- a/src/light.cpp +++ b/src/light.cpp @@ -2,6 +2,7 @@ #include "tile-constants.hpp" #include "shaders/shader.hpp" #include "loader/loader.hpp" +#include "loader/vobj-cell.hpp" #include namespace floormat { -- cgit v1.2.3