From cc524088e0cf167ee3bc5792ca577e7e4c172e41 Mon Sep 17 00:00:00 2001 From: MihailRis Date: Sat, 10 Aug 2024 02:12:01 +0300 Subject: [PATCH] cleanup --- src/files/WorldRegions.hpp | 1 + src/lighting/Lighting.hpp | 1 + 2 files changed, 2 insertions(+) diff --git a/src/files/WorldRegions.hpp b/src/files/WorldRegions.hpp index d8f50950..e346dddc 100644 --- a/src/files/WorldRegions.hpp +++ b/src/files/WorldRegions.hpp @@ -13,6 +13,7 @@ #include "util/BufferPool.hpp" #include "voxels/Chunk.hpp" #include "files.hpp" + #define GLM_ENABLE_EXPERIMENTAL #include diff --git a/src/lighting/Lighting.hpp b/src/lighting/Lighting.hpp index 2bcd1693..b1ea2fbc 100644 --- a/src/lighting/Lighting.hpp +++ b/src/lighting/Lighting.hpp @@ -1,4 +1,5 @@ #pragma once + #include "typedefs.hpp" class Content;