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
1 changed files with 1 additions and 1 deletions

View File

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