summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lowlevelunit.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/lowlevelunit.pas b/lowlevelunit.pas
index 5dcf4aa..6a53d08 100644
--- a/lowlevelunit.pas
+++ b/lowlevelunit.pas
@@ -43,6 +43,8 @@ type
tIntPointArray = specialize tArray<tIntPoint>;
tInt64PointArray = specialize tArray<tInt64Point>;
tBooleanArray = specialize tArray<boolean>;
+ tIntPointArrayArray = specialize tArray<tIntPointArray>;
+ pTIntPointArrayArray = ^tIntPointArrayArray;
tRGB = record
rgbBlue : byte;
rgbGreen: byte;