add stub for new address translator function

This commit is contained in:
Martin Michelsen
2025-02-17 00:19:03 -08:00
parent 9185dc0b62
commit caf41c99de
+4
View File
@@ -18,3 +18,7 @@ inline void run_address_translator(const std::string&, const std::string&, const
inline std::vector<DiffEntry> diff_dol_files(const std::string&, const std::string&) {
throw std::runtime_error("resource_file is not available; install it and rebuild newserv");
}
inline std::vector<DiffEntry> diff_xbe_files(const std::string&, const std::string&) {
throw std::runtime_error("resource_file is not available; install it and rebuild newserv");
}