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

#include <rom.h>

Public Attributes

int address
 
std::variant< int, uint8_t, uint16_t, short, std::vector< uint8_t >, gfx::SnesColor, std::vector< gfx::SnesColor > > value
 

Detailed Description

Definition at line 500 of file rom.h.

Member Data Documentation

◆ address

int yaze::app::Rom::WriteAction::address

Definition at line 501 of file rom.h.

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

◆ value

std::variant<int, uint8_t, uint16_t, short, std::vector<uint8_t>, gfx::SnesColor, std::vector<gfx::SnesColor> > yaze::app::Rom::WriteAction::value

Definition at line 504 of file rom.h.

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


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