2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-10 01:47:43 +00:00

Add warning silence to fallback ID resolve

This commit is contained in:
Jack Andersen
2016-04-05 16:04:15 -10:00
parent a75bda77b6
commit 8f4cc0876e
3 changed files with 12 additions and 12 deletions

View File

@@ -145,9 +145,9 @@ public:
hecl::ProjectPath getWorking(const EntryType* entry,
const ResExtractor<BRIDGETYPE>& extractor) const;
hecl::ProjectPath getWorking(const EntryType* entry) const;
hecl::ProjectPath getWorking(const IDType& id) const;
hecl::ProjectPath getWorking(const IDType& id, bool silenceWarnings=false) const;
hecl::ProjectPath getCooked(const EntryType* entry) const;
hecl::ProjectPath getCooked(const IDType& id) const;
hecl::ProjectPath getCooked(const IDType& id, bool silenceWarnings=false) const;
bool isShared()
{
const PAKType* pak = m_pak.get();