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

Decided against collision avoidance check for extract

This commit is contained in:
Jack Andersen
2016-04-01 14:18:35 -10:00
parent 58c85d8c30
commit ced28fc3d2
5 changed files with 6 additions and 24 deletions

View File

@@ -159,8 +159,7 @@ public:
std::string getBestEntryName(const EntryType& entry) const;
std::string getBestEntryName(const IDType& entry) const;
bool extractResources(const BRIDGETYPE& pakBridge, bool force, bool precedenceSharesOnly,
hecl::BlenderToken& btok,
bool extractResources(const BRIDGETYPE& pakBridge, bool force, hecl::BlenderToken& btok,
std::function<void(const hecl::SystemChar*, float)> progress);
const typename BRIDGETYPE::PAKType::Entry* lookupEntry(const IDType& entry,