mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Finish CResFactory; better smart-pointer use for resources
This commit is contained in:
@@ -70,6 +70,7 @@ private:
|
||||
void Warmup();
|
||||
public:
|
||||
CPakFile(const std::string& filename, bool buildDepList, bool worldPak);
|
||||
const std::vector<std::pair<std::string, SObjectTag>>& GetNameList() const { return x54_nameList; }
|
||||
const std::vector<CAssetId>& GetDepList() const { return x64_depList; }
|
||||
const SObjectTag* GetResIdByName(const char* name) const;
|
||||
const SResInfo* GetResInfoForLoadPreferForward(CAssetId id) const;
|
||||
|
||||
Reference in New Issue
Block a user