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