hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 10888 a04e04aaf599
parent 10819 57e21f7621b0
child 10892 83a99e2f8b00
equal deleted inserted replaced
10886:99273b7afbff 10888:a04e04aaf599
    73             , ropepct
    73             , ropepct
    74             , getawaytime
    74             , getawaytime
    75             , worldedge: LongInt
    75             , worldedge: LongInt
    76         end;
    76         end;
    77     PScheme = ^TScheme;
    77     PScheme = ^TScheme;
       
    78     TAmmo = record
       
    79             ammoName: shortstring;
       
    80             ammoStr: shortstring;
       
    81         end;
       
    82     PAmmo = ^TAmmo;
    78 
    83 
    79 implementation
    84 implementation
    80 
    85 
    81 end.
    86 end.