TORCS  1.3.9
The Open Racing Car Simulator
grsound.h File Reference
#include "grcam.h"
#include <raceman.h>
#include <plib/sl.h>
Include dependency graph for grsound.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void grInitSound (tSituation *s, int ncars)
 
void grShutdownSound (int ncars)
 
float grRefreshSound (tSituation *s, cGrCamera *camera)
 
void grMuteForMenu (void)
 

Function Documentation

◆ grInitSound()

void grInitSound ( tSituation s,
int  ncars 
)

Definition at line 45 of file grsound.cpp.

Here is the call graph for this function:

◆ grMuteForMenu()

void grMuteForMenu ( void  )

Definition at line 250 of file grsound.cpp.

Here is the call graph for this function:

◆ grRefreshSound()

float grRefreshSound ( tSituation s,
cGrCamera camera 
)

Definition at line 204 of file grsound.cpp.

Here is the call graph for this function:

◆ grShutdownSound()

void grShutdownSound ( int  ncars)

Definition at line 172 of file grsound.cpp.