diff -r b1ec8db513f2 -r 644f93d8f148 hedgewars/uWorld.pas --- 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;