TORCS  1.3.9
The Open Racing Car Simulator
musicplayer.h
Go to the documentation of this file.
1 #ifndef __musicplayer_h__
2 #define __musicplayer_h__
3 
4 /***************************************************************************
5 
6  file : musicplayer.h
7  created : Fri Dec 23 17:35:18 CET 2011
8  copyright : (C) 2011 Bernhard Wymann
9  email : berniw@bluewin.ch
10  version : $Id$
11 
12  ***************************************************************************/
13 
14 /***************************************************************************
15  * *
16  * This program is free software; you can redistribute it and/or modify *
17  * it under the terms of the GNU General Public License as published by *
18  * the Free Software Foundation; either version 2 of the License, or *
19  * (at your option) any later version. *
20  * *
21  ***************************************************************************/
22 
23 #define MM_SOUND_PARM_CFG "config/sound.xml"
24 #define MM_SCT_SOUND "Menu Music"
25 #define MM_ATT_SOUND_ENABLE "enable"
26 #define MM_VAL_SOUND_ENABLED "enabled"
27 #define MM_VAL_SOUND_DISABLED "disabled"
28 
29 extern void startMenuMusic();
30 extern void stopMenuMusic();
31 
32 #endif //__musicplayer_h__
void startMenuMusic()
Definition: musicplayer.cpp:80
void stopMenuMusic()
Definition: musicplayer.cpp:90