aboutsummaryrefslogtreecommitdiff
path: root/src/StormLib.h
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2023-12-21 22:35:08 +0100
committerLadislav Zezula <zezula@volny.cz>2023-12-21 22:35:08 +0100
commit47e5e0aced099800cb93a8441d3d5ab33240d23e (patch)
treedac3489834048ad9d84958f3734705b2db41d711 /src/StormLib.h
parent5d938c500a6c37b97c80d7cb3f7435114090e291 (diff)
Fixed https://github.com/ladislav-zezula/StormLib/issues/311
Diffstat (limited to 'src/StormLib.h')
-rw-r--r--src/StormLib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/StormLib.h b/src/StormLib.h
index 901f943..b78f7ef 100644
--- a/src/StormLib.h
+++ b/src/StormLib.h
@@ -477,6 +477,8 @@ typedef enum _SFileInfoClass
SFileInfoEncryptionKey, // File encryption key
SFileInfoEncryptionKeyRaw, // Unfixed value of the file key
SFileInfoCRC32, // CRC32 of the file
+
+ SFileInfoInvalid = 0xFFF, // Invalid file info class
} SFileInfoClass;
//-----------------------------------------------------------------------------