hedgewars/uSound.pas
changeset 14820 183677a07c8d
parent 14819 fba15e2f5e5b
child 14831 64f88108926b
equal deleted inserted replaced
14819:fba15e2f5e5b 14820:183677a07c8d
   327             (FileName:              'Runaway.ogg'; Path: ptVoices; AltPath: ptNone),// sndRunAway
   327             (FileName:              'Runaway.ogg'; Path: ptVoices; AltPath: ptNone),// sndRunAway
   328             (FileName:              'Revenge.ogg'; Path: ptVoices; AltPath: ptNone),// sndRevenge
   328             (FileName:              'Revenge.ogg'; Path: ptVoices; AltPath: ptNone),// sndRevenge
   329             (FileName:             'Cutitout.ogg'; Path: ptVoices; AltPath: ptNone),// sndCutItOut
   329             (FileName:             'Cutitout.ogg'; Path: ptVoices; AltPath: ptNone),// sndCutItOut
   330             (FileName:         'Leavemealone.ogg'; Path: ptVoices; AltPath: ptNone),// sndLeaveMeAlone
   330             (FileName:         'Leavemealone.ogg'; Path: ptVoices; AltPath: ptNone),// sndLeaveMeAlone
   331             (FileName:                 'Ouch.ogg'; Path: ptVoices; AltPath: ptNone),// sndOuch
   331             (FileName:                 'Ouch.ogg'; Path: ptVoices; AltPath: ptNone),// sndOuch
   332             (FileName:                  'Hmm.ogg'; Path: ptVoices; AltPath: ptNone) // sndHmm
   332             (FileName:                  'Hmm.ogg'; Path: ptVoices; AltPath: ptNone),// sndHmm
       
   333             (FileName:                 'Kiss.ogg'; Path: ptSounds; AltPath: ptNone) // sndKiss
   333             );
   334             );
   334 
   335 
   335 
   336 
   336 function  AskForVoicepack(name: shortstring): Pointer;
   337 function  AskForVoicepack(name: shortstring): Pointer;
   337 var i: Longword;
   338 var i: Longword;