diff options
author | Ladislav Zezula <E:\Ladik\Mail> | 2016-03-13 16:17:00 +0100 |
---|---|---|
committer | Ladislav Zezula <E:\Ladik\Mail> | 2016-03-13 16:17:00 +0100 |
commit | b5b9acbaf081034e148f41af28a59ca5e29af282 (patch) | |
tree | 85789b305a0d3d76088a34febe91e3c6861fb535 /src/StormLib.h | |
parent | f764c5a96294514559b17c3561be08cf1d304522 (diff) |
+ Updates
Diffstat (limited to 'src/StormLib.h')
-rw-r--r-- | src/StormLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/StormLib.h b/src/StormLib.h index 8c3f6f9..22658bd 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -435,6 +435,7 @@ typedef enum _SFileInfoClass SFileInfoFlags, // File flags from (DWORD) SFileInfoEncryptionKey, // File encryption key SFileInfoEncryptionKeyRaw, // Unfixed value of the file key + SFileInfoCRC32, // CRC32 of the file } SFileInfoClass; //----------------------------------------------------------------------------- |