hedgewars/uAmmos.pas
changeset 2599 c7153d2348f3
parent 2461 5e58b1e3210b
child 2608 cebfea02f8b5
equal deleted inserted replaced
2598:e118329666ff 2599:c7153d2348f3
    17  *)
    17  *)
    18 
    18 
    19 unit uAmmos;
    19 unit uAmmos;
    20 interface
    20 interface
    21 uses uConsts, uTeams;
    21 uses uConsts, uTeams;
    22 {$INCLUDE options.inc}
    22 {$INCLUDE "options.inc"}
    23 
    23 
    24 procedure AddAmmoStore(s: shortstring);
    24 procedure AddAmmoStore(s: shortstring);
    25 procedure AssignStores;
    25 procedure AssignStores;
    26 procedure AddAmmo(var Hedgehog: THedgehog; ammo: TAmmoType);
    26 procedure AddAmmo(var Hedgehog: THedgehog; ammo: TAmmoType);
    27 function  HHHasAmmo(var Hedgehog: THedgehog; Ammo: TAmmoType): boolean;
    27 function  HHHasAmmo(var Hedgehog: THedgehog; Ammo: TAmmoType): boolean;