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