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

#include <rom.h>

Public Types

using ValueType = std::variant< int, uint8_t, uint16_t, short, std::vector< uint8_t >, gfx::SnesColor, std::vector< gfx::SnesColor > >
 

Public Attributes

int address
 
ValueType value
 

Detailed Description

Definition at line 148 of file rom.h.

Member Typedef Documentation

◆ ValueType

Definition at line 149 of file rom.h.

Member Data Documentation

◆ address

int yaze::Rom::WriteAction::address

Definition at line 152 of file rom.h.

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

◆ value

ValueType yaze::Rom::WriteAction::value

Definition at line 153 of file rom.h.

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


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