2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-06-26 06:11:53 +00:00

refactor: update IW5 loading code for x64 support

This commit is contained in:
Jan
2025-06-23 18:50:21 +01:00
parent f70932684c
commit 37e5e940b0
2 changed files with 44 additions and 10 deletions

View File

@ -18,6 +18,7 @@ namespace IW5
void LoadXAsset(bool atStreamStart) const;
void LoadXAssetArray(bool atStreamStart, size_t count);
XAssetList* varXAssetList;
XAsset* varXAsset;
ScriptStringList* varScriptStringList;
};