diff options
author | Erich Eckner <git@eckner.net> | 2016-03-15 15:07:07 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2016-03-15 15:07:07 +0100 |
commit | 34db569497a760a7e83c1a79ac3220a8bac8f1df (patch) | |
tree | c700a6a2ed9b0a4ddde18f07c2e573697eb78588 /lowlevelunit.pas | |
parent | 3a9b41172a7cfce57c5f1a70e79b2eaa73132caf (diff) | |
download | units-34db569497a760a7e83c1a79ac3220a8bac8f1df.tar.xz |
tBooleanArray neu in lowlevelunit.pas
Diffstat (limited to 'lowlevelunit.pas')
-rw-r--r-- | lowlevelunit.pas | 1 |
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; |