in fremantle additional software shall be in /home/opt/ where there is more space
[mancala] / src / sounds.h
1 /*  
2  *  Sounds Routines Header -- sounds.h
3  *
4  *  Copyright (C) 2009 Reto Zingg 
5  *
6  *  This program is free software; you can redistribute it and/or modify it
7  *  under the terms of the GNU General Public License as published by the
8  *  Free Software Foundation; either version 2, or (at your option) any
9  *  later version.
10  *
11  *  This program is distributed in the hope that it will be useful, but
12  *  WITHOUT ANY WARRANTY; without even the implied warranty of
13  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14  *  General Public License for more details, a copy of which may be found in
15  *  the file COPYING provided in the main directory of this release.
16  *
17  */
18
19 extern int play_sound(Mix_Chunk *chunk);
20
21