mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-17 10:17:59 -05:00
Add load argument to unlinker to load zones before trying to unlink specified zones
this allows to make sure certain ipaks are loaded before dumping
This commit is contained in:
@ -6,5 +6,5 @@
|
||||
class ZoneLoading
|
||||
{
|
||||
public:
|
||||
static Zone* LoadZone(const std::string& path);
|
||||
static std::unique_ptr<Zone> LoadZone(const std::string& path);
|
||||
};
|
||||
|
Reference in New Issue
Block a user