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:
parent
0b21618a05
commit
07ed57476f
7 changed files with 17 additions and 28 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue