update project includes format
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
#include "BlocksRenderer.hpp"
|
||||
|
||||
#include <graphics/core/Mesh.hpp>
|
||||
#include <maths/UVRegion.hpp>
|
||||
#include <constants.hpp>
|
||||
#include <content/Content.hpp>
|
||||
#include <voxels/Block.hpp>
|
||||
#include <voxels/Chunk.hpp>
|
||||
#include <voxels/VoxelsVolume.hpp>
|
||||
#include <voxels/ChunksStorage.hpp>
|
||||
#include <lighting/Lightmap.hpp>
|
||||
#include <frontend/ContentGfxCache.hpp>
|
||||
#include <settings.hpp>
|
||||
#include "graphics/core/Mesh.hpp"
|
||||
#include "maths/UVRegion.hpp"
|
||||
#include "constants.hpp"
|
||||
#include "content/Content.hpp"
|
||||
#include "voxels/Block.hpp"
|
||||
#include "voxels/Chunk.hpp"
|
||||
#include "voxels/VoxelsVolume.hpp"
|
||||
#include "voxels/ChunksStorage.hpp"
|
||||
#include "lighting/Lightmap.hpp"
|
||||
#include "frontend/ContentGfxCache.hpp"
|
||||
#include "settings.hpp"
|
||||
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user