Planeshift
pssound.h
Go to the documentation of this file.
1 /*
2  * pssound.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 #ifndef _PSSOUND_H_
25 #define _PSSOUND_H_
26 
27 #include <crystalspace.h>
28 #include "util/pstoggle.h"
29 
30 #include "sound.h"
31 #include "psmusic.h"
32 #include "psentity.h"
33 #include "psemitter.h"
34 #include "pssoundsector.h"
35 
36 #endif /*_PSSOUND_H_*/