ManaPlus
|
#include "enums/simpletypes/enumdefines.h"
Go to the source code of this file.
Namespaces | |
BlockType | |
Typedefs | |
typedef BlockType ::T | BlockTypeT |
Enumerations | |
enum | BlockType::T { BlockType::NONE = -1 , BlockType::GROUND = 0 , BlockType::WALL = 1 , BlockType::AIR = 2 , BlockType::WATER = 3 , BlockType::GROUNDTOP = 4 , BlockType::PLAYERWALL = 5 , BlockType::MONSTERWALL = 6 , BlockType::NB_BLOCKTYPES } |
typedef BlockType ::T BlockTypeT |
Definition at line 41 of file blocktype.h.