hedgewars/uLandTemplates.pas
changeset 7563 09a44c8fbfba
parent 7556 4617e8ec0507
child 7613 ce6ead3327b2
equal deleted inserted replaced
7561:5f0b1829b16f 7563:09a44c8fbfba
    24 
    24 
    25 const NTPX = Low(SmallInt);
    25 const NTPX = Low(SmallInt);
    26 
    26 
    27 type TRectArray = array[0..64] of TSDL_Rect;
    27 type TRectArray = array[0..64] of TSDL_Rect;
    28      PRectArray = ^TRectArray;
    28      PRectArray = ^TRectArray;
    29 	 TPointArray = array[0..64] of TPoint;
    29      TPointArray = array[0..64] of TPoint;
    30      PPointArray = ^TPointArray;
    30      PPointArray = ^TPointArray;
    31      TEdgeTemplate = record
    31      TEdgeTemplate = record
    32                      BasePoints: PRectArray;
    32                      BasePoints: PRectArray;
    33                      BasePointsCount: Longword;
    33                      BasePointsCount: Longword;
    34                      FillPoints: PPointArray;
    34                      FillPoints: PPointArray;