hedgewars/uSound.pas
branchwebgl
changeset 9127 e350500c4edb
parent 8833 c13ebed437cb
parent 9080 9b42757d7e71
child 10015 4feced261c68
equal deleted inserted replaced
8860:bde641cf53c8 9127:e350500c4edb
     1 (*
     1 (*
     2  * Hedgewars, a free turn based strategy game
     2  * Hedgewars, a free turn based strategy game
     3  * Copyright (c) 2004-2012 Andrey Korotaev <unC0Rr@gmail.com>
     3  * Copyright (c) 2004-2013 Andrey Korotaev <unC0Rr@gmail.com>
     4  *
     4  *
     5  * This program is free software; you can redistribute it and/or modify
     5  * This program is free software; you can redistribute it and/or modify
     6  * it under the terms of the GNU General Public License as published by
     6  * it under the terms of the GNU General Public License as published by
     7  * the Free Software Foundation; version 2 of the License
     7  * the Free Software Foundation; version 2 of the License
     8  *
     8  *
   153             (FileName:                'Jump2.ogg'; Path: ptVoices),// sndJump2
   153             (FileName:                'Jump2.ogg'; Path: ptVoices),// sndJump2
   154             (FileName:                'Jump3.ogg'; Path: ptVoices),// sndJump3
   154             (FileName:                'Jump3.ogg'; Path: ptVoices),// sndJump3
   155             (FileName:               'Yessir.ogg'; Path: ptVoices),// sndYesSir
   155             (FileName:               'Yessir.ogg'; Path: ptVoices),// sndYesSir
   156             (FileName:                'Laugh.ogg'; Path: ptVoices),// sndLaugh
   156             (FileName:                'Laugh.ogg'; Path: ptVoices),// sndLaugh
   157             (FileName:            'Illgetyou.ogg'; Path: ptVoices),// sndIllGetYou
   157             (FileName:            'Illgetyou.ogg'; Path: ptVoices),// sndIllGetYou
   158             (FileName:          'JustYouWait.ogg'; Path: ptVoices),// sndJustYouWait
   158             (FileName:          'Justyouwait.ogg'; Path: ptVoices),// sndJustyouwait
   159             (FileName:             'Incoming.ogg'; Path: ptVoices),// sndIncoming
   159             (FileName:             'Incoming.ogg'; Path: ptVoices),// sndIncoming
   160             (FileName:               'Missed.ogg'; Path: ptVoices),// sndMissed
   160             (FileName:               'Missed.ogg'; Path: ptVoices),// sndMissed
   161             (FileName:               'Stupid.ogg'; Path: ptVoices),// sndStupid
   161             (FileName:               'Stupid.ogg'; Path: ptVoices),// sndStupid
   162             (FileName:           'Firstblood.ogg'; Path: ptVoices),// sndFirstBlood
   162             (FileName:           'Firstblood.ogg'; Path: ptVoices),// sndFirstBlood
   163             (FileName:               'Boring.ogg'; Path: ptVoices),// sndBoring
   163             (FileName:               'Boring.ogg'; Path: ptVoices),// sndBoring
   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
       
   253             (FileName:             'ice_beam.ogg'; Path: ptSounds),// sndIceBeam
       
   254             (FileName:           'hog_freeze.ogg'; Path: ptSounds) // sndHogFreeze
   252             );
   255             );
   253 
   256 
   254 
   257 
   255 
   258 
   256 function  AskForVoicepack(name: shortstring): Pointer;
   259 function  AskForVoicepack(name: shortstring): Pointer;