hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 10892 83a99e2f8b00
parent 10888 a04e04aaf599
child 10951 89a7f617e091
equal deleted inserted replaced
10890:24e68c7d2e79 10892:83a99e2f8b00
    75             , worldedge: LongInt
    75             , worldedge: LongInt
    76         end;
    76         end;
    77     PScheme = ^TScheme;
    77     PScheme = ^TScheme;
    78     TAmmo = record
    78     TAmmo = record
    79             ammoName: shortstring;
    79             ammoName: shortstring;
    80             ammoStr: shortstring;
    80             a, b, c, d: shortstring;
    81         end;
    81         end;
    82     PAmmo = ^TAmmo;
    82     PAmmo = ^TAmmo;
    83 
    83 
    84 implementation
    84 implementation
    85 
    85