hedgewars/uWorld.pas
changeset 3165 3ec07a7d8456
parent 3152 4d6bf54a2973
child 3204 65222383bf7d
--- a/hedgewars/uWorld.pas	Mon Mar 29 20:49:36 2010 +0000
+++ b/hedgewars/uWorld.pas	Mon Mar 29 23:20:34 2010 +0000
@@ -47,12 +47,7 @@
 procedure ShakeCamera(amount: LongWord);
 
 implementation
-uses    uStore, uMisc, uTeams, uIO, uConsole, uKeys, uLocale, uSound, uAmmos, uVisualGears, uChat, uLandTexture, uLand,
-{$IFDEF GLES11}
-    gles11;
-{$ELSE}
-    GL;
-{$ENDIF}
+uses    uStore, uMisc, uTeams, uIO, uConsole, uKeys, uLocale, uSound, uAmmos, uVisualGears, uChat, uLandTexture, uLand, GLunit;
 
 type TCaptionStr = record
                    Tex: PTexture;