hedgewars/uSound.pas
changeset 9072 e7bcdf4f492f
parent 9071 df85fad2c7f7
child 9073 6cffcbef02e4
equal deleted inserted replaced
9071:df85fad2c7f7 9072:e7bcdf4f492f
   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             (FileName:    'frozen_hog_impact.ogg'; Path: ptSounds),// sndFrozenHogImpact
       
   253             (FileName:             'ice_beam.ogg'; Path: ptSounds) // sndIceBeam
   253             );
   254             );
   254 
   255 
   255 
   256 
   256 
   257 
   257 function  AskForVoicepack(name: shortstring): Pointer;
   258 function  AskForVoicepack(name: shortstring): Pointer;