Planeshift
sound.h
Go to the documentation of this file.
1 /*
2  * sound.h
3  *
4  * Copyright (C) 2001-2010 Atomic Blue (info@planeshift.it, http://www.planeshift.it)
5  *
6  * Credits : Saul Leite <leite@engineer.com>
7  * Mathias 'AgY' Voeroes <agy@operswithoutlife.net>
8  * and all past and present planeshift coders
9  *
10  * This program is free software; you can redistribute it and/or
11  * modify it under the terms of the GNU General Public License
12  * as published by the Free Software Foundation (version 2 of the License.
13  *
14  * This program is distributed in the hope that it will be useful,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  * GNU General Public License for more details.
18  * You should have received a copy of the GNU General Public License
19  * along with this program; if not, write to the Free Software
20  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21  *
22  */
23 
24 
25 /*
26  * header file for usage within other programs
27  */
28 
29 #ifndef _SOUND_SOUND_H_
30 #define _SOUND_SOUND_H_
31 
32 #include "control.h"
33 #include "handle.h"
34 #include "system.h"
35 #include "data.h"
36 #include "manager.h"
37 #include "queue.h"
38 
39 #endif /*_SOUND_SOUND_H_*/