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
 
using ValueType
 

Public Attributes

int address
 
ValueType value
 

Detailed Description

Definition at line 94 of file rom.h.

Member Typedef Documentation

◆ ValueType [1/2]

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

Definition at line 95 of file rom.h.

◆ ValueType [2/2]

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

Definition at line 165 of file rom_old.h.

Member Data Documentation

◆ address

int yaze::Rom::WriteAction::address

Definition at line 98 of file rom.h.

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

◆ value

ValueType yaze::Rom::WriteAction::value

Definition at line 99 of file rom.h.

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


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