fix GeneratorDef forward declaration

This commit is contained in:
MihailRis
2024-08-14 19:15:17 +03:00
parent ae5671364a
commit eab1519597
+1 -1
View File
@@ -6,7 +6,7 @@
struct voxel;
class Content;
class GeneratorDef;
struct GeneratorDef;
class WorldGenerator {
const GeneratorDef& def;