TORCS  1.3.9
The Open Racing Car Simulator
grsound.h
Go to the documentation of this file.
1 // -*- Mode: c++ -*-
2 /***************************************************************************
3 
4  file : grsound.h
5  created : Thu Aug 17 23:57:35 CEST 2000
6  copyright : (C) 2000-2004 by Eric Espie, Christos Dimitrakakis
7  email : torcs@free.fr
8  version : $Id$
9 
10  ***************************************************************************/
11 
12 /***************************************************************************
13  * *
14  * This program is free software; you can redistribute it and/or modify *
15  * it under the terms of the GNU General Public License as published by *
16  * the Free Software Foundation; either version 2 of the License, or *
17  * (at your option) any later version. *
18  * *
19  ***************************************************************************/
20 
21 #ifndef _GRSOUND_H_
22 #define _GRSOUND_H_
23 
24 #include "grcam.h"
25 #include <raceman.h>
26 #include <plib/sl.h>
27 
28 extern void grInitSound(tSituation* s, int ncars);
29 extern void grShutdownSound(int ncars);
30 extern float grRefreshSound(tSituation *s, cGrCamera *camera);
31 extern void grMuteForMenu(void);
32 
33 
34 #endif /* _GRSOUND_H_ */
35 
36 
37 
cars situation used to inform the GUI and the drivers
Definition: raceman.h:85
void grInitSound(tSituation *s, int ncars)
Definition: grsound.cpp:45
float grRefreshSound(tSituation *s, cGrCamera *camera)
Definition: grsound.cpp:204
void grShutdownSound(int ncars)
Definition: grsound.cpp:172
This is the race information structures.
void grMuteForMenu(void)
Definition: grsound.cpp:250