#include <array>
#include <string>
#include <vector>
Go to the source code of this file.
|
| namespace | yaze |
| |
| namespace | yaze::editor |
| | Editors are the view controllers for the application.
|
| |
|
| enum class | yaze::editor::OverworldPropertyField {
yaze::editor::kAreaSize
, yaze::editor::kAreaGraphics
, yaze::editor::kAreaPalette
, yaze::editor::kMainPalette
,
yaze::editor::kSpriteGraphics
, yaze::editor::kSpritePalette
, yaze::editor::kAnimatedGraphics
, yaze::editor::kCustomTileset
,
yaze::editor::kMessageId
, yaze::editor::kMusic
, yaze::editor::kMosaic
, yaze::editor::kMosaicExpanded
,
yaze::editor::kAreaSpecificBgColor
, yaze::editor::kSubscreenOverlay
} |
| |
| enum class | yaze::editor::OverworldMapMetadataClipboardScope { yaze::editor::kAll
, yaze::editor::kGraphics
, yaze::editor::kPalettes
, yaze::editor::kMusicMessages
} |
| |