voxels/
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include <files/files.hpp>
|
||||
#include <objects/Player.hpp>
|
||||
#include <util/ThreadPool.hpp>
|
||||
#include "../voxels/Chunk.hpp"
|
||||
#include <voxels/Chunk.hpp>
|
||||
#include "WorldFiles.hpp"
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
|
||||
@@ -25,9 +25,9 @@
|
||||
#include <settings.hpp>
|
||||
#include <typedefs.hpp>
|
||||
#include <util/data_io.hpp>
|
||||
#include "../voxels/Block.hpp"
|
||||
#include "../voxels/Chunk.hpp"
|
||||
#include "../voxels/voxel.hpp"
|
||||
#include <voxels/Block.hpp>
|
||||
#include <voxels/Chunk.hpp>
|
||||
#include <voxels/voxel.hpp>
|
||||
#include "../window/Camera.hpp"
|
||||
#include "../world/World.hpp"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
|
||||
#include <content/ContentPack.hpp>
|
||||
#include <typedefs.hpp>
|
||||
#include "../voxels/Chunk.hpp"
|
||||
#include <voxels/Chunk.hpp>
|
||||
#include "WorldRegions.hpp"
|
||||
#include "files.hpp"
|
||||
#define GLM_ENABLE_EXPERIMENTAL
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include "../data/dynamic_fwd.hpp"
|
||||
#include <typedefs.hpp>
|
||||
#include <util/BufferPool.hpp>
|
||||
#include "../voxels/Chunk.hpp"
|
||||
#include <voxels/Chunk.hpp>
|
||||
#include "files.hpp"
|
||||
#define GLM_ENABLE_EXPERIMENTAL
|
||||
#include "glm/gtx/hash.hpp"
|
||||
|
||||
Reference in New Issue
Block a user