#include "app/editor/ui/settings_panel.h"#include <algorithm>#include <cstdlib>#include <cstring>#include <filesystem>#include <set>#include <vector>#include "app/editor/system/panel_manager.h"#include "app/editor/system/shortcut_manager.h"#include "app/gui/app/feature_flags_menu.h"#include "app/gui/core/icons.h"#include "app/gui/core/style.h"#include "app/gui/core/theme_manager.h"#include "rom/rom.h"#include "core/patch/asm_patch.h"#include "core/patch/patch_manager.h"#include "imgui/imgui.h"#include "imgui/misc/cpp/imgui_stdlib.h"#include "util/log.h"#include "util/platform_paths.h"#include "zelda3/sprite/sprite.h"Go to the source code of this file.
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |