Build pipeline information. More...
#include <hack_manifest.h>
Public Attributes | |
| std::string | dev_rom |
| std::string | patched_rom |
| std::string | assembler |
| std::string | entry_point |
| std::string | build_script |
Build pipeline information.
Definition at line 107 of file hack_manifest.h.
| std::string yaze::core::BuildPipeline::dev_rom |
Definition at line 108 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString().
| std::string yaze::core::BuildPipeline::patched_rom |
Definition at line 109 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString().
| std::string yaze::core::BuildPipeline::assembler |
Definition at line 110 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString().
| std::string yaze::core::BuildPipeline::entry_point |
Definition at line 111 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString().
| std::string yaze::core::BuildPipeline::build_script |
Definition at line 112 of file hack_manifest.h.
Referenced by yaze::core::HackManifest::LoadFromString().