aboutsummaryrefslogtreecommitdiff
path: root/src/StormCommon.h
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2020-12-13 12:32:25 +0100
committerLadislav Zezula <zezula@volny.cz>2020-12-13 12:32:25 +0100
commit383e1572eecafdfe4f92ddad7a4bece069e12f38 (patch)
tree9c419d10e4cb4e2e569155f91cc93a7fdec62efc /src/StormCommon.h
parent866269d740b32cf209e5188c5269c4118f8be07b (diff)
Added support for amternative MPQ markers
Diffstat (limited to 'src/StormCommon.h')
-rw-r--r--src/StormCommon.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/StormCommon.h b/src/StormCommon.h
index 9f9715f..f8023c4 100644
--- a/src/StormCommon.h
+++ b/src/StormCommon.h
@@ -134,7 +134,10 @@ typedef struct _MPQ_SIGNATURE_INFO
//-----------------------------------------------------------------------------
// StormLib internal global variables
-extern LCID lcFileLocale; // Preferred file locale
+extern DWORD g_dwMpqSignature; // Marker for MPQ header
+extern DWORD g_dwHashTableKey; // Key for hash table
+extern DWORD g_dwBlockTableKey; // Key for block table
+extern LCID g_lcFileLocale; // Preferred file locale
//-----------------------------------------------------------------------------
// Conversion to uppercase/lowercase (and "/" to "\")