#include "irrlichttypes_bloated.h"
#include <string>
#include <iostream>
#include <optional>
#include <set>
#include "itemgroup.h"
#include "sound.h"
#include "texture_override.h"
#include "tool.h"
#include "util/pointabilities.h"
#include "util/pointedthing.h"
Go to the source code of this file.
|
| typedef std::vector< video::SColor > | Palette |
| |
◆ Palette
| typedef std::vector<video::SColor> Palette |
◆ ItemType
| Enumerator |
|---|
| ITEM_NONE | |
| ITEM_NODE | |
| ITEM_CRAFT | |
| ITEM_TOOL | |
| ItemType_END | |
◆ TouchInteractionMode
| Enumerator |
|---|
| LONG_DIG_SHORT_PLACE | |
| SHORT_DIG_LONG_PLACE | |
| TouchInteractionMode_USER | |
| TouchInteractionMode_END | |
◆ createItemDefManager()