mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-06-11 23:38:09 -05:00
Unlinker: Add skeleton for Dumping and listing of assets
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
#include "XAssetInfo.h"
|
||||
#include "Zone/ZoneTypes.h"
|
||||
#include "Zone/ZoneContent.h"
|
||||
|
||||
class IZoneAssetPools
|
||||
{
|
||||
@ -11,4 +12,5 @@ public:
|
||||
virtual void* AddAsset(asset_type_t type, std::string name, void* asset, std::vector<std::string>& scriptStrings, std::vector<XAssetDependency>& dependencies) = 0;
|
||||
virtual void InitPoolStatic(asset_type_t type, size_t capacity) = 0;
|
||||
virtual void InitPoolDynamic(asset_type_t type) = 0;
|
||||
};
|
||||
virtual ZoneContent GetContent() const = 0;
|
||||
};
|
||||
|
Reference in New Issue
Block a user