diff options
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);
|