summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-03-15 15:07:07 +0100
committerErich Eckner <git@eckner.net>2016-03-15 15:07:07 +0100
commit34db569497a760a7e83c1a79ac3220a8bac8f1df (patch)
treec700a6a2ed9b0a4ddde18f07c2e573697eb78588
parent3a9b41172a7cfce57c5f1a70e79b2eaa73132caf (diff)
downloadunits-34db569497a760a7e83c1a79ac3220a8bac8f1df.tar.xz
tBooleanArray neu in 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;