yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::core::BuildPipeline Struct Reference

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
 

Detailed Description

Build pipeline information.

Definition at line 107 of file hack_manifest.h.

Member Data Documentation

◆ dev_rom

std::string yaze::core::BuildPipeline::dev_rom

Definition at line 108 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadFromString().

◆ patched_rom

std::string yaze::core::BuildPipeline::patched_rom

Definition at line 109 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadFromString().

◆ assembler

std::string yaze::core::BuildPipeline::assembler

Definition at line 110 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadFromString().

◆ entry_point

std::string yaze::core::BuildPipeline::entry_point

Definition at line 111 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadFromString().

◆ build_script

std::string yaze::core::BuildPipeline::build_script

Definition at line 112 of file hack_manifest.h.

Referenced by yaze::core::HackManifest::LoadFromString().


The documentation for this struct was generated from the following file: