]> git.jsancho.org Git - lugaru.git/blob - Source/Sounds.def
License: Update GPLv2+ header to match current FSF recommendation
[lugaru.git] / Source / Sounds.def
1 /*
2 Copyright (C) 2010 - Lugaru authors
3
4 This file is part of Lugaru.
5
6 Lugaru is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
10
11 Lugaru is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License
17 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
18 */
19
20 DECLARE_SOUND(footstepsn1, "footstepsnow1.ogg")
21 DECLARE_SOUND(footstepsn2, "footstepsnow2.ogg")
22 DECLARE_SOUND(footstepst1, "footstepstone1.ogg")
23 DECLARE_SOUND(footstepst2, "footstepstone2.ogg")
24 DECLARE_SOUND(footstepgr1, "footstepgrass1.ogg")
25 DECLARE_SOUND(footstepgr2, "footstepgrass2.ogg")
26 DECLARE_SOUND(landsound, "land.ogg")
27 DECLARE_SOUND(jumpsound, "jump.ogg")
28 DECLARE_SOUND(hawksound, "hawk.ogg")
29 DECLARE_SOUND(whooshsound, "whoosh.ogg")
30 DECLARE_SOUND(landsound1, "land1.ogg")
31 DECLARE_SOUND(landsound2, "land2.ogg")
32 DECLARE_SOUND(breaksound, "broken.ogg")
33 DECLARE_SOUND(lowwhooshsound, "lowwhoosh.ogg")
34 DECLARE_SOUND(midwhooshsound, "midwhoosh.ogg")
35 DECLARE_SOUND(highwhooshsound, "highwhoosh.ogg")
36 DECLARE_SOUND(movewhooshsound, "movewhoosh.ogg")
37 DECLARE_SOUND(heavyimpactsound, "heavyimpact.ogg")
38 DECLARE_SOUND(whooshhitsound, "whooshhit.ogg")
39 DECLARE_SOUND(thudsound, "thud.ogg")
40 DECLARE_SOUND(alarmsound, "alarm.ogg")
41 DECLARE_SOUND(breaksound2, "break.ogg")
42 DECLARE_SOUND(knifedrawsound, "knifedraw.ogg")
43 DECLARE_SOUND(knifesheathesound, "knifesheathe.ogg")
44 DECLARE_SOUND(fleshstabsound, "fleshstab.ogg")
45 DECLARE_SOUND(fleshstabremovesound, "fleshstabremove.ogg")
46 DECLARE_SOUND(knifeswishsound, "knifeswish.ogg")
47 DECLARE_SOUND(knifeslicesound, "knifeslice.ogg")
48 DECLARE_SOUND(swordslicesound, "swordslice.ogg")
49 DECLARE_SOUND(skidsound, "skid.ogg")
50 DECLARE_SOUND(snowskidsound, "snowskid.ogg")
51 DECLARE_SOUND(bushrustle, "bushrustle.ogg")
52 DECLARE_SOUND(clank1sound, "clank1.ogg")
53 DECLARE_SOUND(clank2sound, "clank2.ogg")
54 DECLARE_SOUND(clank3sound, "clank3.ogg")
55 DECLARE_SOUND(clank4sound, "clank4.ogg")
56 DECLARE_SOUND(consolesuccesssound, "consolesuccess.ogg")
57 DECLARE_SOUND(consolefailsound, "consolefail.ogg")
58 DECLARE_SOUND(metalhitsound, "metalhit.ogg")
59 DECLARE_SOUND(clawslicesound, "clawslice.ogg")
60 DECLARE_SOUND(splattersound, "splatter.ogg")
61 DECLARE_SOUND(growlsound, "growl.ogg")
62 DECLARE_SOUND(growl2sound, "growl2.ogg")
63 DECLARE_SOUND(barksound, "bark.ogg")
64 DECLARE_SOUND(bark2sound, "bark2.ogg")
65 DECLARE_SOUND(bark3sound, "bark3.ogg")
66 DECLARE_SOUND(snarlsound, "snarl.ogg")
67 DECLARE_SOUND(snarl2sound, "snarl2.ogg")
68 DECLARE_SOUND(barkgrowlsound, "barkgrowl.ogg")
69 DECLARE_SOUND(rabbitattacksound, "rabbitattack.ogg")
70 DECLARE_SOUND(rabbitattack2sound, "rabbitattack2.ogg")
71 DECLARE_SOUND(rabbitattack3sound, "rabbitattack3.ogg")
72 DECLARE_SOUND(rabbitattack4sound, "rabbitattack4.ogg")
73 DECLARE_SOUND(rabbitpainsound, "rabbitpain.ogg")
74 DECLARE_SOUND(rabbitpain1sound, "rabbitpain2.ogg")
75 DECLARE_SOUND(rabbitchitter, "rabbitchitter.ogg")
76 DECLARE_SOUND(rabbitchitter2, "rabbitchitter2.ogg")
77 DECLARE_SOUND(swordstaffsound, "swordstaff.ogg")
78 DECLARE_SOUND(staffbodysound, "staffbody.ogg")
79 DECLARE_SOUND(staffheadsound, "staffhead.ogg")
80 DECLARE_SOUND(staffbreaksound, "staffbreak.ogg")
81 DECLARE_SOUND(firestartsound, "firestart.ogg")
82 DECLARE_SOUND(fireendsound, "fireend.ogg")
83 DECLARE_SOUND(stream_firesound, "fire.ogg")
84 DECLARE_SOUND(stream_grasstheme, "music1grass.ogg")
85 DECLARE_SOUND(stream_snowtheme, "music1snow.ogg")
86 DECLARE_SOUND(stream_deserttheme, "music1desert.ogg")
87 DECLARE_SOUND(stream_wind, "wind.ogg")
88 DECLARE_SOUND(stream_desertambient, "desertambient.ogg")
89 DECLARE_SOUND(stream_fighttheme, "music2.ogg")
90 DECLARE_SOUND(stream_menutheme, "music3.ogg")