fix GeneratorDef forward declaration
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
struct voxel;
|
struct voxel;
|
||||||
class Content;
|
class Content;
|
||||||
class GeneratorDef;
|
struct GeneratorDef;
|
||||||
|
|
||||||
class WorldGenerator {
|
class WorldGenerator {
|
||||||
const GeneratorDef& def;
|
const GeneratorDef& def;
|
||||||
|
|||||||
Reference in New Issue
Block a user