#include "app/editor/system/command_palette.h"#include <algorithm>#include <cctype>#include <chrono>#include <filesystem>#include <fstream>#include "absl/strings/str_format.h"#include "app/editor/core/content_registry.h"#include "app/editor/events/core_events.h"#include "app/editor/system/editor_registry.h"#include "app/editor/system/panel_manager.h"#include "core/project.h"#include "util/json.h"#include "util/log.h"#include "zelda3/resource_labels.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |