Crossfire Server, Branch 1.12  R12190
sounds.h
Go to the documentation of this file.
00001 /*
00002     CrossFire, A Multiplayer game for X-windows
00003 
00004     Copyright (C) 1992 Frank Tore Johansen
00005 
00006     This program is free software; you can redistribute it and/or modify
00007     it under the terms of the GNU General Public License as published by
00008     the Free Software Foundation; either version 2 of the License, or
00009     (at your option) any later version.
00010 
00011     This program is distributed in the hope that it will be useful,
00012     but WITHOUT ANY WARRANTY; without even the implied warranty of
00013     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00014     GNU General Public License for more details.
00015 
00016     You should have received a copy of the GNU General Public License
00017     along with this program; if not, write to the Free Software
00018     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
00019 
00020     The author can be reached via e-mail to mark@pyramid.com.
00021 */
00022 
00028 #ifndef SOUNDS_H
00029 #define SOUNDS_H
00030 
00035 #define SOUND_TYPE_LIVING       1
00036 #define SOUND_TYPE_SPELL        2
00037 #define SOUND_TYPE_ITEM         3
00038 #define SOUND_TYPE_GROUND       4
00039 #define SOUND_TYPE_HIT          5
00040 #define SOUND_TYPE_HIT_BY       6
00041 
00046 #define SND_EFFECTS     1       
00047 #define SND_MUSIC       2       
00048 #define SND_MUTE        64      
00050 #define MAX_SOUNDS_TICK     3 
00052 #endif /* SOUNDS_H */