hedgewars/uGears.pas
changeset 8425 4f226963faef
parent 8351 f895be37b607
child 8444 75db7bb8dce8
child 8492 67d2ad3b3ce9
--- a/hedgewars/uGears.pas	Mon Jan 21 21:52:49 2013 -0500
+++ b/hedgewars/uGears.pas	Wed Jan 23 03:37:27 2013 +0100
@@ -56,7 +56,7 @@
 
 
 implementation
-uses uStore, uSound, uTeams, uRandom, uCollisions, uIO, uLandGraphics,
+uses uStore, uSound, uTeams, uRandom, uCollisions, uIO, uLandGraphics, {$IFDEF SDL13}uTouch,{$ENDIF}
     uLocale, uAI, uAmmos, uStats, uVisualGears, uScript, GLunit, uVariables,
     uCommands, uUtils, uTextures, uRenderUtils, uGearsRender, uCaptions, uDebug, uLandTexture,
     uGearsHedgehog, uGearsUtils, uGearsList, uGearsHandlers, uGearsHandlersRope;