mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-05 01:29:07 +00:00
chore(build): update StormLib
This commit is contained in:
parent
1e5f4fb542
commit
6c4f278065
23 changed files with 753 additions and 287 deletions
3
vendor/stormlib-9/src/StormCommon.h
vendored
3
vendor/stormlib-9/src/StormCommon.h
vendored
|
|
@ -82,7 +82,7 @@
|
|||
#endif
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// MTYPE definition - specifies what kind of MPQ is the map type
|
||||
// MTYPE definition - specifies what kind of MPQ is the file
|
||||
|
||||
typedef enum _MTYPE
|
||||
{
|
||||
|
|
@ -251,6 +251,7 @@ TMPQFile * IsValidFileHandle(HANDLE hFile);
|
|||
//-----------------------------------------------------------------------------
|
||||
// Support for MPQ file tables
|
||||
|
||||
ULONGLONG GetFileOffsetMask(TMPQArchive * ha);
|
||||
ULONGLONG FileOffsetFromMpqOffset(TMPQArchive * ha, ULONGLONG MpqOffset);
|
||||
ULONGLONG CalculateRawSectorOffset(TMPQFile * hf, DWORD dwSectorOffset);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue