hedgewars/uLocale.pas
changeset 925 c20156328529
parent 924 227f9fcdc2f4
child 983 d21ad13cd17d
equal deleted inserted replaced
924:227f9fcdc2f4 925:c20156328529
     1 (*
     1 (*
     2  * Hedgewars, a worms-like game
     2  * Hedgewars, a worms-like game
     3  * Copyright (c) 2006, 2007 Andrey Korotaev <unC0Rr@gmail.com>
     3  * Copyright (c) 2006-2008 Andrey Korotaev <unC0Rr@gmail.com>
     4  *
     4  *
     5  * This program is free software; you can redistribute it and/or modify
     5  * This program is free software; you can redistribute it and/or modify
     6  * it under the terms of the GNU General Public License as published by
     6  * it under the terms of the GNU General Public License as published by
     7  * the Free Software Foundation; version 2 of the License
     7  * the Free Software Foundation; version 2 of the License
     8  *
     8  *
    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, sidAirAttack, sidMineStrike, sidBlowTorch,
    24                    sidParachute, sidAirAttack, sidMineStrike, sidBlowTorch,
    25                    sidGirder, sidTeleport, sidSwitch, sidMortar);
    25                    sidGirder, sidTeleport, sidSwitch, sidMortar, sidWhip);
    26 
    26 
    27      TMsgStrId = (sidStartFight, sidDraw, sidWinner, sidVolume, sidPaused);
    27      TMsgStrId = (sidStartFight, sidDraw, sidWinner, sidVolume, sidPaused);
    28 
    28 
    29 var trammo: array[TAmmoStrId] of string;
    29 var trammo: array[TAmmoStrId] of string;
    30     trmsg: array[TMsgStrId] of string;
    30     trmsg: array[TMsgStrId] of string;