summaryrefslogtreecommitdiff
path: root/lowlevelunit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'lowlevelunit.pas')
-rw-r--r--lowlevelunit.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/lowlevelunit.pas b/lowlevelunit.pas
index ab0a2fa..8517ee1 100644
--- a/lowlevelunit.pas
+++ b/lowlevelunit.pas
@@ -26,6 +26,7 @@ type
tByteArray = specialize tArray<byte>;
tStringArray = specialize tArray<string>;
tIntPointArray = specialize tArray<tIntPoint>;
+ tBooleanArray = specialize tArray<boolean>;
tRGB = record
rgbBlue : byte;
rgbGreen: byte;