From 0498f8ed914d5d1aa4ab3af8c6106a0979dbbacd Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 20 Feb 2018 15:21:44 +0100 Subject: lowlevelunit.pas: tIntPointArrayArray new --- lowlevelunit.pas | 2 ++ 1 file changed, 2 insertions(+) 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; tInt64PointArray = specialize tArray; tBooleanArray = specialize tArray; + tIntPointArrayArray = specialize tArray; + pTIntPointArrayArray = ^tIntPointArrayArray; tRGB = record rgbBlue : byte; rgbGreen: byte; -- cgit v1.2.3-70-g09d2