move WorldGenerator to world/generator

This commit is contained in:
MihailRis
2024-08-16 18:39:44 +03:00
parent 33a73a0014
commit 30925df319
6 changed files with 6 additions and 7 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
#include "voxels/Chunk.hpp"
#include "voxels/Chunks.hpp"
#include "voxels/ChunksStorage.hpp"
#include "voxels/WorldGenerator.hpp"
#include "world/generator/WorldGenerator.hpp"
#include "world/generator/GeneratorDef.hpp"
#include "Level.hpp"