hedgewars/uLand.pas
changeset 1906 644f93d8f148
parent 1849 2a989e5abda6
child 2096 356468481e74
--- a/hedgewars/uLand.pas	Sat Mar 21 10:49:58 2009 +0000
+++ b/hedgewars/uLand.pas	Sun Mar 22 14:32:22 2009 +0000
@@ -18,7 +18,13 @@
 
 unit uLand;
 interface
-uses SDLh, uLandTemplates, uFloat, GL, uConsts;
+uses SDLh, uLandTemplates, uFloat, 
+{$IFDEF IPHONE}
+	gles11,
+{$ELSE}
+	GL,
+{$ENDIF}
+	uConsts;
 {$include options.inc}
 type TLandArray = packed array[0 .. LAND_HEIGHT - 1, 0 .. LAND_WIDTH - 1] of LongWord;
 	TPreview  = packed array[0..127, 0..31] of byte;