hedgewars/uWorld.pas
changeset 6986 409dd3851309
parent 6982 8d41d22a291d
child 6992 b8f3d8991e92
equal deleted inserted replaced
6985:caa41003f42c 6986:409dd3851309
    34 procedure ShowMission(caption, subcaption, text: ansistring; icon, time : LongInt);
    34 procedure ShowMission(caption, subcaption, text: ansistring; icon, time : LongInt);
    35 procedure HideMission;
    35 procedure HideMission;
    36 procedure ShakeCamera(amount: LongInt);
    36 procedure ShakeCamera(amount: LongInt);
    37 procedure InitCameraBorders;
    37 procedure InitCameraBorders;
    38 procedure InitTouchInterface;
    38 procedure InitTouchInterface;
    39 procedure SetUtilityWidgetState(ammoType: TAmmoType = amNothing);
    39 procedure SetUtilityWidgetState(ammoType: TAmmoType);
    40 procedure animateWidget(widget: POnScreenWidget; fade, showWidget: boolean);
    40 procedure animateWidget(widget: POnScreenWidget; fade, showWidget: boolean);
    41 procedure MoveCamera;
    41 procedure MoveCamera;
    42 procedure onFocusStateChanged;
    42 procedure onFocusStateChanged;
    43 
    43 
    44 implementation
    44 implementation