#include "menu_orchestrator.h"#include "absl/strings/str_format.h"#include "core/features.h"#include "app/editor/editor.h"#include "app/editor/editor_manager.h"#include "app/editor/system/editor_registry.h"#include "app/editor/system/popup_manager.h"#include "app/editor/system/project_manager.h"#include "app/editor/system/rom_file_manager.h"#include "app/editor/system/session_coordinator.h"#include "app/editor/system/toast_manager.h"#include "app/editor/ui/menu_builder.h"#include "app/gui/core/icons.h"#include "app/rom.h"#include "zelda3/overworld/overworld_map.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| Main namespace for the application. | |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |