hedgewars/uWorld.pas
changeset 1906 644f93d8f148
parent 1870 72af1c414345
child 1911 6283bd8a960b
--- a/hedgewars/uWorld.pas	Sat Mar 21 10:49:58 2009 +0000
+++ b/hedgewars/uWorld.pas	Sun Mar 22 14:32:22 2009 +0000
@@ -39,7 +39,12 @@
 	WaterColor, DeepWaterColor: TSDL_Color;
 
 implementation
-uses uStore, uMisc, uTeams, uIO, uConsole, uKeys, uLocale, uSound, GL,
+uses uStore, uMisc, uTeams, uIO, uConsole, uKeys, uLocale, uSound,
+{$IFDEF IPHONE}
+	gles11,
+{$ELSE}
+	GL,
+{$ENDIF}
      uAmmos, uVisualGears, uChat, uLandTexture, uLand;
 
 const FPS: Longword = 0;