diff options
author | Erich Eckner <git@eckner.net> | 2019-01-24 15:46:17 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2019-01-24 15:46:17 +0100 |
commit | 4a380091d7170b5f4b016388ffac5ff841b8f167 (patch) | |
tree | 494e12c9574efecb2b0c9bae1fc4fb3362378804 /lowlevelunit.pas | |
parent | d43cd9e54801d0dd23a0bca4c4299795db539e80 (diff) | |
download | units-4a380091d7170b5f4b016388ffac5ff841b8f167.tar.xz |
lowlevelunit.pas: tExtendedArrayArray neu
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 bf974f3..fbb58cb 100644 --- a/lowlevelunit.pas +++ b/lowlevelunit.pas @@ -46,6 +46,7 @@ type tIntPointArray = specialize tArray<tIntPoint>; tInt64PointArray = specialize tArray<tInt64Point>; tBooleanArray = specialize tArray<boolean>; + tExtendedArrayArray = specialize tArray<tExtendedArray>; tIntPointArrayArray = specialize tArray<tIntPointArray>; pTIntPointArrayArray = ^tIntPointArrayArray; tGeradenArray = specialize tArray<tGerade>; |