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

Summary of differences between two ROMs. More...

#include <rom_diff_tool.h>

Public Attributes

size_t total_bytes_changed = 0
 
size_t num_regions = 0
 
std::map< std::string, int > changes_by_category
 
std::vector< RomDiffdiffs
 

Detailed Description

Summary of differences between two ROMs.

Definition at line 39 of file rom_diff_tool.h.

Member Data Documentation

◆ total_bytes_changed

size_t yaze::cli::agent::tools::DiffSummary::total_bytes_changed = 0

◆ num_regions

size_t yaze::cli::agent::tools::DiffSummary::num_regions = 0

◆ changes_by_category

std::map<std::string, int> yaze::cli::agent::tools::DiffSummary::changes_by_category

◆ diffs


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