1
0
Fork 0
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:
Giuseppe Bilotta 2011-08-02 19:18:30 +02:00
parent f5e0ba266e
commit f79069f5b3

View file

@ -96,7 +96,7 @@ enum LiquidType
LIQUID_SOURCE
};
class MapNode;
struct MapNode;
class NodeMetadata;
struct ContentFeatures