yaze 0.2.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::Rom::WriteAction Struct Reference

#include <rom.h>

Public Types

using ValueType
 

Public Attributes

int address
 
ValueType value
 

Detailed Description

Definition at line 125 of file rom.h.

Member Typedef Documentation

◆ ValueType

Initial value:
std::variant<int, uint8_t, uint16_t, short, std::vector<uint8_t>,
gfx::SnesColor, std::vector<gfx::SnesColor>>
SNES Color container.
Definition snes_color.h:38

Definition at line 126 of file rom.h.

Member Data Documentation

◆ address

int yaze::Rom::WriteAction::address

Definition at line 129 of file rom.h.

Referenced by yaze::Rom::WriteHelper().

◆ value

ValueType yaze::Rom::WriteAction::value

Definition at line 130 of file rom.h.

Referenced by yaze::Rom::WriteHelper().


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