1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

itemgroup.h and ItemGroupList typedef

This commit is contained in:
Perttu Ahola 2012-03-04 14:22:35 +02:00
parent 0b21618a05
commit 07ed57476f
7 changed files with 17 additions and 28 deletions

View file

@ -28,6 +28,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#ifndef SERVER
#include "tile.h"
#endif
#include "itemgroup.h"
class IItemDefManager;
class ITextureSource;
class IGameDef;
@ -148,7 +149,7 @@ struct ContentFeatures
*/
std::string name; // "" = undefined node
std::map<std::string, int> groups; // Same as in itemdef
ItemGroupList groups; // Same as in itemdef
// Visual definition
enum NodeDrawType drawtype;