diff options
author | Ladislav Zezula <zezula@volny.cz> | 2023-12-21 22:35:08 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2023-12-21 22:35:08 +0100 |
commit | 47e5e0aced099800cb93a8441d3d5ab33240d23e (patch) | |
tree | dac3489834048ad9d84958f3734705b2db41d711 /src/StormLib.h | |
parent | 5d938c500a6c37b97c80d7cb3f7435114090e291 (diff) |
Fixed https://github.com/ladislav-zezula/StormLib/issues/311
Diffstat (limited to 'src/StormLib.h')
-rw-r--r-- | src/StormLib.h | 2 |
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; //----------------------------------------------------------------------------- |