hedgewars/uSound.pas
changeset 13161 aa7915ceb69f
parent 13121 de07c8423beb
child 13287 29055da6a6cd
equal deleted inserted replaced
13160:2e9221a9a9b3 13161:aa7915ceb69f
   284             (FileName:              'custom3.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom3
   284             (FileName:              'custom3.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom3
   285             (FileName:              'custom4.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom4
   285             (FileName:              'custom4.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom4
   286             (FileName:              'custom5.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom5
   286             (FileName:              'custom5.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom5
   287             (FileName:              'custom6.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom6
   287             (FileName:              'custom6.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom6
   288             (FileName:              'custom7.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom7
   288             (FileName:              'custom7.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom7
   289             (FileName:              'custom8.ogg'; Path: ptSounds; AltPath: ptNone) // sndCustom8
   289             (FileName:              'custom8.ogg'; Path: ptSounds; AltPath: ptNone),// sndCustom8
       
   290             (FileName:              'minigun.ogg'; Path: ptSounds; AltPath: ptNone) // sndMinigun
   290             );
   291             );
   291 
   292 
   292 
   293 
   293 function  AskForVoicepack(name: shortstring): Pointer;
   294 function  AskForVoicepack(name: shortstring): Pointer;
   294 var i: Longword;
   295 var i: Longword;