hedgewars/uTypes.pas
changeset 7194 d8e68cbca7ee
parent 7180 53ffc8853008
parent 7191 9419294e5f33
child 7278 000e4543f204
equal deleted inserted replaced
7180:53ffc8853008 7194:d8e68cbca7ee
   306         TeamKills : Longword;
   306         TeamKills : Longword;
   307         TurnSkips : Longword;
   307         TurnSkips : Longword;
   308         TeamDamage : Longword;
   308         TeamDamage : Longword;
   309         end;
   309         end;
   310 
   310 
   311     TBinds = array[0..cKeyMaxIndex] of shortstring;
   311     TBinds = array[0..cKbdMaxIndex] of shortstring;
   312     TKeyboardState = array[0..cKeyMaxIndex] of Byte;
   312     TKeyboardState = array[0..cKeyMaxIndex] of Byte;
   313 
   313 
   314     PVoicepack = ^TVoicepack;
   314     PVoicepack = ^TVoicepack;
   315     TVoicepack = record
   315     TVoicepack = record
   316         name: shortstring;
   316         name: shortstring;