hedgewars/uTypes.pas
changeset 7191 9419294e5f33
parent 7034 e3639ce1d4f8
child 7194 d8e68cbca7ee
child 7272 71df899c4163
equal deleted inserted replaced
7190:aa8d68817c32 7191:9419294e5f33
   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;