equal
deleted
inserted
replaced
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; |