hedgewars/uSound.pas
changeset 14940 8b848c2939da
parent 14933 873dda2325c1
child 15037 6c5502b9a038
equal deleted inserted replaced
14939:7b597da60fda 14940:8b848c2939da
   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             (FileName:                 'Kiss.ogg'; Path: ptSounds; AltPath: ptNone),// sndKiss
       
   334             (FileName:              'Flyaway.ogg'; Path: ptVoices; AltPath: ptNone) // sndFlyAway
   334             );
   335             );
   335 
   336 
   336 
   337 
   337 function  AskForVoicepack(name: shortstring): Pointer;
   338 function  AskForVoicepack(name: shortstring): Pointer;
   338 var i: Longword;
   339 var i: Longword;