hedgewars/uGears.pas
changeset 8425 4f226963faef
parent 8351 f895be37b607
child 8444 75db7bb8dce8
child 8492 67d2ad3b3ce9
equal deleted inserted replaced
8424:225ede46e3dc 8425:4f226963faef
    54 function  GearByUID(uid : Longword) : PGear;
    54 function  GearByUID(uid : Longword) : PGear;
    55 procedure doStepDrowningGear(Gear: PGear);
    55 procedure doStepDrowningGear(Gear: PGear);
    56 
    56 
    57 
    57 
    58 implementation
    58 implementation
    59 uses uStore, uSound, uTeams, uRandom, uCollisions, uIO, uLandGraphics,
    59 uses uStore, uSound, uTeams, uRandom, uCollisions, uIO, uLandGraphics, {$IFDEF SDL13}uTouch,{$ENDIF}
    60     uLocale, uAI, uAmmos, uStats, uVisualGears, uScript, GLunit, uVariables,
    60     uLocale, uAI, uAmmos, uStats, uVisualGears, uScript, GLunit, uVariables,
    61     uCommands, uUtils, uTextures, uRenderUtils, uGearsRender, uCaptions, uDebug, uLandTexture,
    61     uCommands, uUtils, uTextures, uRenderUtils, uGearsRender, uCaptions, uDebug, uLandTexture,
    62     uGearsHedgehog, uGearsUtils, uGearsList, uGearsHandlers, uGearsHandlersRope;
    62     uGearsHedgehog, uGearsUtils, uGearsList, uGearsHandlers, uGearsHandlersRope;
    63 
    63 
    64 var skipFlag: boolean;
    64 var skipFlag: boolean;