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

Public Attributes

std::string patch_path
 
std::vector< uint8_t > rom_data
 
std::vector< std::string > include_paths
 
std::vector< std::pair< std::string, std::string > > defines
 
std::string std_includes_path
 
std::string std_defines_path
 
bool capture_nocash_symbols = false
 

Detailed Description

Definition at line 55 of file z3dk_wrapper.cc.

Member Data Documentation

◆ patch_path

std::string z3dk::AssembleOptions::patch_path

Definition at line 56 of file z3dk_wrapper.cc.

Referenced by yaze::core::Z3dkWrapper::Assemble().

◆ rom_data

std::vector<uint8_t> z3dk::AssembleOptions::rom_data

Definition at line 57 of file z3dk_wrapper.cc.

Referenced by yaze::core::Z3dkWrapper::Assemble().

◆ include_paths

std::vector<std::string> z3dk::AssembleOptions::include_paths

Definition at line 58 of file z3dk_wrapper.cc.

Referenced by yaze::core::Z3dkWrapper::Assemble().

◆ defines

std::vector<std::pair<std::string, std::string> > z3dk::AssembleOptions::defines

Definition at line 59 of file z3dk_wrapper.cc.

Referenced by yaze::core::Z3dkWrapper::Assemble().

◆ std_includes_path

std::string z3dk::AssembleOptions::std_includes_path

Definition at line 60 of file z3dk_wrapper.cc.

Referenced by yaze::core::Z3dkWrapper::Assemble().

◆ std_defines_path

std::string z3dk::AssembleOptions::std_defines_path

Definition at line 61 of file z3dk_wrapper.cc.

Referenced by yaze::core::Z3dkWrapper::Assemble().

◆ capture_nocash_symbols

bool z3dk::AssembleOptions::capture_nocash_symbols = false

Definition at line 62 of file z3dk_wrapper.cc.

Referenced by yaze::core::Z3dkWrapper::Assemble().


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