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

#include <rom_diff.h>

Public Attributes

size_t total_bytes_changed = 0
 
std::vector< std::pair< uint32_t, uint32_t > > ranges
 

Detailed Description

Definition at line 14 of file rom_diff.h.

Member Data Documentation

◆ total_bytes_changed

size_t yaze::rom::DiffSummary::total_bytes_changed = 0

Definition at line 15 of file rom_diff.h.

Referenced by yaze::rom::ComputeDiffRanges().

◆ ranges

std::vector<std::pair<uint32_t, uint32_t> > yaze::rom::DiffSummary::ranges

Definition at line 16 of file rom_diff.h.

Referenced by yaze::rom::ComputeDiffRanges().


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