#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. | |
Variables | |
constexpr std::array< const char *, 10 > | yaze::editor::kEditorNames |