mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
MapNode is a struct, not a class
This commit is contained in:
parent
f5e0ba266e
commit
f79069f5b3
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ enum LiquidType
|
|||
LIQUID_SOURCE
|
||||
};
|
||||
|
||||
class MapNode;
|
||||
struct MapNode;
|
||||
class NodeMetadata;
|
||||
|
||||
struct ContentFeatures
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue