mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-22 00:19:13 +00:00
Integrate Amuse into hecl cook/extract for MP1/2
This commit is contained in:
@@ -64,7 +64,7 @@ struct PAK : BigDNA
|
||||
|
||||
const Entry* lookupEntry(const UniqueID64& id) const;
|
||||
const Entry* lookupEntry(std::string_view name) const;
|
||||
std::string bestEntryName(const Entry& entry, bool& named) const;
|
||||
std::string bestEntryName(const nod::Node& pakNode, const Entry& entry, bool& named) const;
|
||||
|
||||
bool mreaHasDupeResources(const UniqueID64& id) const
|
||||
{ return m_dupeMREAs.find(id) != m_dupeMREAs.cend(); }
|
||||
|
||||
Reference in New Issue
Block a user