hedgewars/uFLTypes.pas
branchqmlfrontend
changeset 10440 b74a7bbe224e
parent 10432 b0abef0ee78c
child 10444 47a6231f1fc1
equal deleted inserted replaced
10438:50ed968e4fee 10440:b74a7bbe224e
    27             color: shortstring;
    27             color: shortstring;
    28             extDriven: boolean;
    28             extDriven: boolean;
    29             botLevel: Longword;
    29             botLevel: Longword;
    30             hedgehogs: array[0..7] of THedgehog;
    30             hedgehogs: array[0..7] of THedgehog;
    31             hogsNumber: Longword;
    31             hogsNumber: Longword;
    32             end;
    32         end;
       
    33     PTeam = ^TTeam;
    33 
    34 
    34 implementation
    35 implementation
    35 
    36 
    36 end.
    37 end.