aboutsummaryrefslogtreecommitdiff
path: root/src/StormLib.h
diff options
context:
space:
mode:
authorLadislav Zezula <zezula@volny.cz>2023-12-21 22:37:46 +0100
committerGitHub <noreply@github.com>2023-12-21 22:37:46 +0100
commit61b6665433e8de0e4be68e69ddfb0128421d4057 (patch)
treedba51804af1606b558d4e2eb74b7428f6171e932 /src/StormLib.h
parentaaa011852dcbbf92cc2475720291198d6f5597ca (diff)
parent2b50c079cb28d5becb347c54777edca6c9771ea3 (diff)
Merge pull request #313 from ladislav-zezula/LZ_TabsToSpaces
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;
//-----------------------------------------------------------------------------