summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-01-24 15:46:17 +0100
committerErich Eckner <git@eckner.net>2019-01-24 15:46:17 +0100
commit4a380091d7170b5f4b016388ffac5ff841b8f167 (patch)
tree494e12c9574efecb2b0c9bae1fc4fb3362378804
parentd43cd9e54801d0dd23a0bca4c4299795db539e80 (diff)
downloadunits-4a380091d7170b5f4b016388ffac5ff841b8f167.tar.xz
lowlevelunit.pas: tExtendedArrayArray neu
-rw-r--r--lowlevelunit.pas1
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>;