#include <atomic>#include <cstdio>#include <filesystem>#include <memory>#include <string>#include <vector>#include "app/editor/core/content_registry.h"#include "app/editor/hack/workflow/hack_workflow_backend.h"#include "app/editor/system/editor_panel.h"#include "app/emu/mesen/mesen_client_registry.h"#include "app/gui/core/icons.h"#include "app/gui/core/style_guard.h"#include "core/hack_manifest.h"#include "core/oracle_progression.h"#include "core/oracle_progression_loader.h"#include "core/project.h"#include "imgui/imgui.h"#include "util/file_util.h"
Go to the source code of this file.
Classes | |
| class | yaze::editor::ProgressionDashboardPanel |
| Visual dashboard of Oracle game state from SRAM data. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |