hedgewars/uGears.pas
changeset 14860 259840ca77e3
parent 14778 bbec6b28d072
child 14861 acb0526bf458
equal deleted inserted replaced
14859:8d65728c4ed0 14860:259840ca77e3
    50 procedure StartSuddenDeath;
    50 procedure StartSuddenDeath;
    51 function  GearByUID(uid : Longword) : PGear;
    51 function  GearByUID(uid : Longword) : PGear;
    52 function  IsClockRunning() : boolean;
    52 function  IsClockRunning() : boolean;
    53 
    53 
    54 implementation
    54 implementation
    55 uses sysutils, uStore, uSound, uTeams, uRandom, uIO, uLandGraphics,
    55 uses SysUtils, uStore, uSound, uTeams, uRandom, uIO, uLandGraphics,
    56     {$IFDEF USE_TOUCH_INTERFACE}uTouch,{$ENDIF}
    56     {$IFDEF USE_TOUCH_INTERFACE}uTouch,{$ENDIF}
    57     uLocale, uAmmos, uStats, uVisualGears, uScript, uVariables,
    57     uLocale, uAmmos, uStats, uVisualGears, uScript, uVariables,
    58     uCommands, uUtils, uTextures, uRenderUtils, uGearsRender, uCaptions,
    58     uCommands, uUtils, uTextures, uRenderUtils, uGearsRender, uCaptions,
    59     uGearsHedgehog, uGearsUtils, uGearsList, uGearsHandlersRope
    59     uGearsHedgehog, uGearsUtils, uGearsList, uGearsHandlersRope
    60     , uVisualGearsList, uGearsHandlersMess, uAI;
    60     , uVisualGearsList, uGearsHandlersMess, uAI;