refactor WorldGenerator

This commit is contained in:
MihailRis
2024-10-08 16:57:24 +03:00
parent ba3ac11b41
commit 5966ca5617
3 changed files with 33 additions and 10 deletions
+4
View File
@@ -76,6 +76,10 @@ class WorldGenerator {
);
void placeLine(const LinePlacement& line);
void generateLines(
const ChunkPrototype& prototype, voxel* voxels, int x, int z
);
public:
WorldGenerator(
const GeneratorDef& def,