aboutsummaryrefslogtreecommitdiff
path: root/src/StormCommon.h
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2023-12-30 09:02:20 +0100
committerGitHub <noreply@github.com>2023-12-30 09:02:20 +0100
commit8978bdc8214f4ec3543ac11962fc094c3b0803b2 (patch)
tree0b819048623265303dc22374831cc1f84be6f328 /src/StormCommon.h
parent61b6665433e8de0e4be68e69ddfb0128421d4057 (diff)
parent909ff807e78b0b92afffaf0d5ed7149982d8ac33 (diff)
Merge pull request #316 from ladislav-zezula/LZ_HashEntryIndex_Fix
Multiple changes
Diffstat (limited to 'src/StormCommon.h')
-rw-r--r--src/StormCommon.h1
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);