yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
manifest_only_hack_workflow_backend.h
Go to the documentation of this file.
1#ifndef YAZE_APP_EDITOR_HACK_WORKFLOW_MANIFEST_ONLY_HACK_WORKFLOW_BACKEND_H_
2#define YAZE_APP_EDITOR_HACK_WORKFLOW_MANIFEST_ONLY_HACK_WORKFLOW_BACKEND_H_
3
5
7
9 public PlanningCapability {
10 public:
11 std::string GetBackendId() const override;
12
14
16 const core::HackManifest& manifest) const override;
17};
18
19} // namespace yaze::editor::workflow
20
21#endif // YAZE_APP_EDITOR_HACK_WORKFLOW_MANIFEST_ONLY_HACK_WORKFLOW_BACKEND_H_
Loads and queries the hack manifest JSON for yaze-ASM integration.
The complete Oracle narrative progression graph.
core::HackManifest * ResolveManifest(project::YazeProject *project) const override
const core::StoryEventGraph * GetStoryGraph(const core::HackManifest &manifest) const override
Modern project structure with comprehensive settings consolidation.
Definition project.h:164