summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>;