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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user