hedgewars/uConsts.pas
changeset 8204 9a6030d96273
parent 8145 6408c0ba4ba1
child 8325 ecd51650d5d8
equal deleted inserted replaced
8203:2c98ec41697a 8204:9a6030d96273
   273     posCasePoison  = $00000020;
   273     posCasePoison  = $00000020;
   274 
   274 
   275     NoPointX = Low(LongInt);
   275     NoPointX = Low(LongInt);
   276     cTargetPointRef : TPoint = (X: NoPointX; Y: 0);
   276     cTargetPointRef : TPoint = (X: NoPointX; Y: 0);
   277 
   277 
       
   278     kSystemSoundID_Vibrate = $00000FFF;
       
   279 
   278 implementation
   280 implementation
   279 
   281 
   280 end.
   282 end.