hedgewars/uLandTemplates.pas
changeset 534 92fb2b0d5117
parent 527 e23490ce1f06
child 561 19d2d422ff84
equal deleted inserted replaced
533:eebb7684ac22 534:92fb2b0d5117
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  *)
    17  *)
    18 
    18 
    19 unit uLandTemplates;
    19 unit uLandTemplates;
    20 interface
    20 interface
    21 uses SDLh, uFloat;
    21 uses SDLh;
    22 {$INCLUDE options.inc}
    22 {$INCLUDE options.inc}
    23 
    23 
    24 const NTPX = Low(TSDL_Rect.x); 
    24 const NTPX = Low(TSDL_Rect.x); 
    25 
    25 
    26 type PPointArray = ^TPointArray;
    26 type PPointArray = ^TPointArray;