yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
editor.h File Reference
#include <array>
#include "absl/status/status.h"
#include "app/editor/system/command_manager.h"
#include "app/editor/system/extension_manager.h"
#include "app/editor/system/history_manager.h"

Go to the source code of this file.

Classes

struct  yaze::editor::EditorContext
 
class  yaze::editor::Editor
 Interface for editor classes. More...
 

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::editor
 Editors are the view controllers for the application.
 

Enumerations

enum class  yaze::editor::EditorType {
  yaze::editor::kAssembly , yaze::editor::kDungeon , yaze::editor::kGraphics , yaze::editor::kMusic ,
  yaze::editor::kOverworld , yaze::editor::kPalette , yaze::editor::kScreen , yaze::editor::kSprite ,
  yaze::editor::kMessage , yaze::editor::kSettings
}
 

Variables

constexpr std::array< const char *, 10 > yaze::editor::kEditorNames