#include <atomic>#include <cmath>#include <cstdint>#include <filesystem>#include <memory>#include <optional>#include <string>#include <unordered_map>#include <vector>#include "util/i18n/tr.h"#include "app/editor/events/core_events.h"#include "app/editor/hack/workflow/hack_workflow_backend.h"#include "app/editor/oracle/story_event_graph_navigation.h"#include "app/editor/registry/content_registry.h"#include "app/editor/system/workspace/editor_panel.h"#include "app/emu/mesen/mesen_client_registry.h"#include "app/gui/core/icons.h"#include "core/hack_manifest.h"#include "core/oracle_progression_loader.h"#include "core/project.h"#include "core/story_event_graph.h"#include "core/story_event_graph_query.h"#include "imgui/imgui.h"#include "imgui/misc/cpp/imgui_stdlib.h"#include "util/file_util.h"Go to the source code of this file.
Classes | |
| class | yaze::editor::StoryEventGraphPanel |
| Interactive node graph of Oracle narrative progression. More... | |
Namespaces | |
| namespace | yaze |
| namespace | yaze::editor |
| Editors are the view controllers for the application. | |