Crossfire Server, Branches 1.12  R18729
sounds.h
Go to the documentation of this file.
1 /*
2  CrossFire, A Multiplayer game for X-windows
3 
4  Copyright (C) 1992 Frank Tore Johansen
5 
6  This program 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  This program 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 this program; if not, write to the Free Software
18  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19 
20  The author can be reached via e-mail to mark@pyramid.com.
21 */
22 
28 #ifndef SOUNDS_H
29 #define SOUNDS_H
30 
35 #define SOUND_TYPE_LIVING 1
36 #define SOUND_TYPE_SPELL 2
37 #define SOUND_TYPE_ITEM 3
38 #define SOUND_TYPE_GROUND 4
39 #define SOUND_TYPE_HIT 5
40 #define SOUND_TYPE_HIT_BY 6
41 
46 #define SND_EFFECTS 1
47 #define SND_MUSIC 2
48 #define SND_MUTE 64
50 #define MAX_SOUNDS_TICK 3
52 #endif /* SOUNDS_H */