This commit is contained in:
InfiniteCoder
2024-08-04 22:42:44 +03:00
parent 5c9bc83bbd
commit c7755040bd
45 changed files with 85 additions and 85 deletions
+4 -4
View File
@@ -3,10 +3,10 @@
#include "LightSolver.hpp"
#include "Lightmap.hpp"
#include <content/Content.hpp>
#include "../voxels/Chunks.hpp"
#include "../voxels/Chunk.hpp"
#include "../voxels/voxel.hpp"
#include "../voxels/Block.hpp"
#include <voxels/Chunks.hpp>
#include <voxels/Chunk.hpp>
#include <voxels/voxel.hpp>
#include <voxels/Block.hpp>
LightSolver::LightSolver(const ContentIndices* contentIds, Chunks* chunks, int channel)
: contentIds(contentIds),