hedgewars/hwengine.pas
branchios-revival
changeset 11150 877de65e0e13
parent 11149 c150602921ef
child 11151 5c40c65b619d
--- a/hedgewars/hwengine.pas	Thu Sep 10 17:47:01 2015 +0200
+++ b/hedgewars/hwengine.pas	Thu Sep 10 17:51:49 2015 +0200
@@ -29,7 +29,7 @@
 program hwengine;
 {$ENDIF}
 
-uses cmem, SDLh, uMisc, uConsole, uGame, uConsts, uLand, uAmmos, uVisualGears, uGears, uStore, uWorld, uInputHandler
+uses {$IFDEF IPHONEOS}cmem, {$ENDIF} SDLh, uMisc, uConsole, uGame, uConsts, uLand, uAmmos, uVisualGears, uGears, uStore, uWorld, uInputHandler
      , uSound, uScript, uTeams, uStats, uIO, uLocale, uChat, uAI, uAIMisc, uAILandMarks, uLandTexture, uCollisions
      , SysUtils, uTypes, uVariables, uCommands, uUtils, uCaptions, uDebug, uCommandHandlers, uLandPainted
      , uPhysFSLayer, uCursor, uRandom, ArgParsers, uVisualGearsHandlers, uTextures, uRender