hedgewars/uSound.pas
changeset 14034 f9281c294a4c
parent 14019 1effb8b72b11
child 14035 ecfd13128100
equal deleted inserted replaced
14024:03a5d9f0bcc9 14034:f9281c294a4c
   317             (FileName:              'Amazing.ogg'; Path: ptVoices; AltPath: ptNone),// sndAmazing
   317             (FileName:              'Amazing.ogg'; Path: ptVoices; AltPath: ptNone),// sndAmazing
   318             (FileName:            'Brilliant.ogg'; Path: ptVoices; AltPath: ptNone),// sndBrilliant
   318             (FileName:            'Brilliant.ogg'; Path: ptVoices; AltPath: ptNone),// sndBrilliant
   319             (FileName:            'Excellent.ogg'; Path: ptVoices; AltPath: ptNone),// sndExcellent
   319             (FileName:            'Excellent.ogg'; Path: ptVoices; AltPath: ptNone),// sndExcellent
   320             (FileName:                 'Fire.ogg'; Path: ptVoices; AltPath: ptNone),// sndFire
   320             (FileName:                 'Fire.ogg'; Path: ptVoices; AltPath: ptNone),// sndFire
   321             (FileName:            'Watchthis.ogg'; Path: ptVoices; AltPath: ptNone),// sndWatchThis
   321             (FileName:            'Watchthis.ogg'; Path: ptVoices; AltPath: ptNone),// sndWatchThis
   322             (FileName:              'Runaway.ogg'; Path: ptVoices; AltPath: ptNone) // sndRunAway
   322             (FileName:              'Runaway.ogg'; Path: ptVoices; AltPath: ptNone),// sndRunAway
       
   323             (FileName:              'Revenge.ogg'; Path: ptVoices; AltPath: ptNone) // sndRevenge
   323             );
   324             );
   324 
   325 
   325 
   326 
   326 function  AskForVoicepack(name: shortstring): Pointer;
   327 function  AskForVoicepack(name: shortstring): Pointer;
   327 var i: Longword;
   328 var i: Longword;