hedgewars/uSound.pas
changeset 9071 df85fad2c7f7
parent 8968 10a899fd9ac5
child 9072 e7bcdf4f492f
equal deleted inserted replaced
9070:604273fb8a58 9071:df85fad2c7f7
   246             (FileName:           'Comeonthen.ogg'; Path: ptVoices),// sndComeonthen
   246             (FileName:           'Comeonthen.ogg'; Path: ptVoices),// sndComeonthen
   247             (FileName:            'parachute.ogg'; Path: ptSounds),// sndParachute
   247             (FileName:            'parachute.ogg'; Path: ptSounds),// sndParachute
   248             (FileName:                 'bump.ogg'; Path: ptSounds),// sndBump
   248             (FileName:                 'bump.ogg'; Path: ptSounds),// sndBump
   249             (FileName:            'hogchant3.ogg'; Path: ptSounds),// sndResurrector
   249             (FileName:            'hogchant3.ogg'; Path: ptSounds),// sndResurrector
   250             (FileName:                'plane.ogg'; Path: ptSounds),// sndPlane
   250             (FileName:                'plane.ogg'; Path: ptSounds),// sndPlane
   251             (FileName:               'TARDIS.ogg'; Path: ptSounds) // sndTardis
   251             (FileName:               'TARDIS.ogg'; Path: ptSounds),// sndTardis
       
   252             (FileName:    'frozen_hog_impact.ogg'; Path: ptSounds) // sndFrozenHogImpact
   252             );
   253             );
   253 
   254 
   254 
   255 
   255 
   256 
   256 function  AskForVoicepack(name: shortstring): Pointer;
   257 function  AskForVoicepack(name: shortstring): Pointer;