Loading...
Searching...
No Matches
#include <array>
#include <vector>
#include <functional>
#include "absl/status/status.h"
#include "absl/status/statusor.h"
#include "absl/strings/str_format.h"
#include "app/editor/system/command_manager.h"
#include "app/editor/system/extension_manager.h"
#include "app/editor/system/history_manager.h"
#include "app/editor/system/popup_manager.h"
#include "app/editor/system/shortcut_manager.h"
Go to the source code of this file.
|
namespace | yaze |
| Main namespace for the application.
|
|
namespace | yaze::editor |
| Editors are the view controllers for the application.
|
|
|
enum class | yaze::editor::EditorType {
yaze::editor::kUnknown
, yaze::editor::kAssembly
, yaze::editor::kDungeon
, yaze::editor::kEmulator
,
yaze::editor::kGraphics
, yaze::editor::kMusic
, yaze::editor::kOverworld
, yaze::editor::kPalette
,
yaze::editor::kScreen
, yaze::editor::kSprite
, yaze::editor::kMessage
, yaze::editor::kHex
,
yaze::editor::kAgent
, yaze::editor::kSettings
} |
|