almost finish CKStateChunk read function

This commit is contained in:
2023-03-08 15:45:06 +08:00
parent f3cb9b1a07
commit d3b0e92517
8 changed files with 290 additions and 20 deletions

View File

@ -288,7 +288,7 @@ struct CKStateChunk {
CKFile* m_BindFile;
DWORD m_unknow;
};
struct CKStateChunkRemap { // 0x40 count 16
struct ChunkIteratorData { // 0x40 count 16
DWORD m_ChunkVersion;
DWORD* m_pData;
DWORD m_DataDwordSize;