Minetest  5.4.0
itemdef.h File Reference
#include "irrlichttypes_extrabloated.h"
#include <string>
#include <iostream>
#include <set>
#include "itemgroup.h"
#include "sound.h"
#include "texture_override.h"
#include "client/tile.h"
+ Include dependency graph for itemdef.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ItemDefinition
 
class  IItemDefManager
 
class  IWritableItemDefManager
 

Enumerations

enum  ItemType { ITEM_NONE , ITEM_NODE , ITEM_CRAFT , ITEM_TOOL }
 

Functions

IWritableItemDefManagercreateItemDefManager ()
 

Enumeration Type Documentation

◆ ItemType

enum ItemType
Enumerator
ITEM_NONE 
ITEM_NODE 
ITEM_CRAFT 
ITEM_TOOL 

Function Documentation

◆ createItemDefManager()

IWritableItemDefManager* createItemDefManager ( )

Referenced by TestGameDef::TestGameDef(), and Game::init().

+ Here is the caller graph for this function: