fix GeneratorDef forward declaration
This commit is contained in:
parent
ae5671364a
commit
eab1519597
@ -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;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user