hedgewars/uWorld.pas
changeset 7022 107651b3c5a0
parent 7016 8b34f46e10c1
child 7023 b320ff81cc73
equal deleted inserted replaced
7021:0c75512a8920 7022:107651b3c5a0
    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);
    39 procedure SetUtilityWidgetState(ammoType: TAmmoType = amNothing);
    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