summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/IPFFileFormatUnit.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IPFFileFormatUnit.pas b/src/IPFFileFormatUnit.pas
index d5fef3ae..1acc7857 100644
--- a/src/IPFFileFormatUnit.pas
+++ b/src/IPFFileFormatUnit.pas
@@ -22,6 +22,7 @@ type
pUInt8 = ^uint8;
Unsigned_31 = 0 .. (1 shl 31) - 1; // 31-bit type
Unsigned_4 = 0 .. (1 shl 4) - 1; // 4-bit type
+ Unsigned_1 = 0 .. (1 shl 1) - 1; // 1-bit type
PCharArray = packed array[ 0..0 ] of PCHar;