yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::anonymous_namespace{dungeon_toolset.cc} Namespace Reference

Classes

struct  ToolDef
 

Variables

constexpr std::array< ToolDef, 7 > kToolDefs
 

Variable Documentation

◆ kToolDefs

constexpr std::array<ToolDef, 7> yaze::editor::anonymous_namespace{dungeon_toolset.cc}::kToolDefs
constexpr
Initial value:
= {{
{ICON_MD_NEAR_ME, "Select", "Esc", DungeonToolset::kNoType},
{ICON_MD_WIDGETS, "Objects", "O", DungeonToolset::kObject},
{ICON_MD_PEST_CONTROL, "Sprites", "S", DungeonToolset::kSprite},
{ICON_MD_GRASS, "Items", "I", DungeonToolset::kItem},
{ICON_MD_SENSOR_DOOR, "Doors", "D", DungeonToolset::kDoor},
{ICON_MD_INVENTORY, "Chests", "C", DungeonToolset::kChest},
{ICON_MD_NAVIGATION, "Entrances", "E", DungeonToolset::kEntrance},
}}
#define ICON_MD_GRASS
Definition icons.h:891
#define ICON_MD_WIDGETS
Definition icons.h:2156
#define ICON_MD_SENSOR_DOOR
Definition icons.h:1687
#define ICON_MD_INVENTORY
Definition icons.h:1011
#define ICON_MD_PEST_CONTROL
Definition icons.h:1429
#define ICON_MD_NEAR_ME
Definition icons.h:1277
#define ICON_MD_NAVIGATION
Definition icons.h:1276

Definition at line 23 of file dungeon_toolset.cc.