Update Companion.h

This commit is contained in:
coco875
2025-08-06 09:16:54 -06:00
committed by Lywx
parent b90763674e
commit 1748be2e2e
-3
View File
@@ -135,9 +135,6 @@ public:
explicit Companion(std::filesystem::path rom, const ArchiveType otr, const bool debug, const std::string& srcDir = "", const std::string& destPath = "") :
Companion(rom, otr, debug, false, srcDir, destPath) {}
explicit Companion(std::vector<uint8_t> rom, const ArchiveType otr, const bool debug, const std::string& srcDir = "", const std::string& destPath = "") :
Companion(rom, otr, debug, false, srcDir, destPath) {}
void Init(ExportType type);
bool NodeHasChanges(const std::string& string);