MapNode is a struct, not a class
parent
f5e0ba266e
commit
f79069f5b3
|
@ -96,7 +96,7 @@ enum LiquidType
|
||||||
LIQUID_SOURCE
|
LIQUID_SOURCE
|
||||||
};
|
};
|
||||||
|
|
||||||
class MapNode;
|
struct MapNode;
|
||||||
class NodeMetadata;
|
class NodeMetadata;
|
||||||
|
|
||||||
struct ContentFeatures
|
struct ContentFeatures
|
||||||
|
|
Loading…
Reference in New Issue