hedgewars/uLocale.pas
changeset 211 558476056205
parent 184 f97a7a3dc8f6
child 263 36379e6abcdd
equal deleted inserted replaced
210:440575778475 211:558476056205
    18 
    18 
    19 unit uLocale;
    19 unit uLocale;
    20 interface
    20 interface
    21 type TAmmoStrId = (sidGrenade, sidClusterBomb, sidBazooka, sidUFO, sidShotgun,
    21 type TAmmoStrId = (sidGrenade, sidClusterBomb, sidBazooka, sidUFO, sidShotgun,
    22                    sidPickHammer, sidSkip, sidRope, sidMine, sidDEagle,
    22                    sidPickHammer, sidSkip, sidRope, sidMine, sidDEagle,
    23                    sidDynamite, sidBaseballBat, sidFirePunch, sidSeconds);
    23                    sidDynamite, sidBaseballBat, sidFirePunch, sidSeconds,
       
    24                    sidParachute);
    24      TMsgStrId = (sidStartFight, sidDraw, sidWinner, sidVolume);
    25      TMsgStrId = (sidStartFight, sidDraw, sidWinner, sidVolume);
    25 var trammo: array[TAmmoStrId] of string;
    26 var trammo: array[TAmmoStrId] of string;
    26     trmsg: array[TMsgStrId] of string;
    27     trmsg: array[TMsgStrId] of string;
    27 
    28 
    28 procedure LoadLocale(FileName: string);
    29 procedure LoadLocale(FileName: string);