1
0
mirror of https://github.com/minetest/minetest.git synced 2025-01-18 14:00:17 +01: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 LIQUID_SOURCE
}; };
class MapNode; struct MapNode;
class NodeMetadata; class NodeMetadata;
struct ContentFeatures struct ContentFeatures