mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-19 03:05:29 +02:00
GameDef compiles
This commit is contained in:
@@ -89,8 +89,10 @@ struct DiggingProperties
|
||||
};
|
||||
|
||||
class ToolDiggingProperties;
|
||||
class INodeDefManager;
|
||||
|
||||
DiggingProperties getDiggingProperties(u16 material, ToolDiggingProperties *tp);
|
||||
DiggingProperties getDiggingProperties(u16 content, ToolDiggingProperties *tp,
|
||||
INodeDefManager *nodemgr);
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user