diff options
author | Ladislav Zezula <zezula@volny.cz> | 2023-12-30 08:59:09 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2023-12-30 08:59:09 +0100 |
commit | 909ff807e78b0b92afffaf0d5ed7149982d8ac33 (patch) | |
tree | 0b819048623265303dc22374831cc1f84be6f328 /src/StormCommon.h | |
parent | 2e3882409954eb1a3a7830df7d117cd16773fda7 (diff) |
Regression tests passed
Diffstat (limited to 'src/StormCommon.h')
-rw-r--r-- | src/StormCommon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/StormCommon.h b/src/StormCommon.h index 34077fd..c73543d 100644 --- a/src/StormCommon.h +++ b/src/StormCommon.h @@ -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);
|