update project includes format
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
#include <assert.h>
|
||||
#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 "content/Content.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),
|
||||
|
||||
Reference in New Issue
Block a user