update executable diff action

This commit is contained in:
Martin Michelsen
2025-02-16 22:36:58 -08:00
parent 7570c3ce34
commit 984d8f0f31
3 changed files with 58 additions and 3 deletions
+1
View File
@@ -14,3 +14,4 @@ struct DiffEntry {
void run_address_translator(const std::string& directory, const std::string& use_filename, const std::string& command);
std::vector<DiffEntry> diff_dol_files(const std::string& a_filename, const std::string& b_filename);
std::vector<DiffEntry> diff_xbe_files(const std::string& a_filename, const std::string& b_filename);