feat(iw5): load leaderboard definitions from raw

This commit is contained in:
Future
2024-05-26 11:53:07 +02:00
parent d8adda81ec
commit 1d9310fb9c
4 changed files with 183 additions and 0 deletions

View File

@ -10,5 +10,8 @@ namespace IW5
{
public:
_NODISCARD void* CreateEmptyAsset(const std::string& assetName, MemoryManager* memory) override;
_NODISCARD bool CanLoadFromRaw() const override;
bool
LoadFromRaw(const std::string& assetName, ISearchPath* searchPath, MemoryManager* memory, IAssetLoadingManager* manager, Zone* zone) const override;
};
} // namespace IW5