hedgewars/uLandTexture.pas
changeset 1906 644f93d8f148
parent 1859 e071284b118e
child 2152 a2811690da1b
--- a/hedgewars/uLandTexture.pas	Sat Mar 21 10:49:58 2009 +0000
+++ b/hedgewars/uLandTexture.pas	Sun Mar 22 14:32:22 2009 +0000
@@ -25,7 +25,13 @@
 procedure FreeLand;
 
 implementation
-uses uMisc, uLand, uStore, GL, uConsts;
+uses uMisc, uLand, uStore, 
+{$IFDEF IPHONE}
+	gles11,
+{$ELSE}
+	GL,
+{$ENDIF}
+	uConsts;
 
 const TEXSIZE = 256;
 	LANDTEXARW = LAND_WIDTH div TEXSIZE;