hedgewars/uWorld.pas
changeset 7023 b320ff81cc73
parent 7022 107651b3c5a0
child 7027 f264ad9d8965
equal deleted inserted replaced
7022:107651b3c5a0 7023:b320ff81cc73
    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