mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-14 08:47:57 -05:00
Unlinker: Add skeleton for Dumping and listing of assets
This commit is contained in:
@ -40,4 +40,14 @@ Zone* ZoneLoading::LoadZone(const std::string& path)
|
||||
|
||||
file.Close();
|
||||
return loadedZone;
|
||||
}
|
||||
|
||||
bool ZoneLoading::DumpZone(Zone* zone, const std::string& basePath)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ZoneLoading::WriteZoneDefinition(Zone* zone, FileAPI::File* file, bool minimalistic)
|
||||
{
|
||||
return true;
|
||||
}
|
Reference in New Issue
Block a user