TORCS  1.3.9
The Open Racing Car Simulator
TorcsSound.h File Reference
#include <plib/sg.h>
#include <plib/sl.h>
#include <AL/al.h>
#include <AL/alc.h>
#include <AL/alut.h>
#include "sound_defines.h"
Include dependency graph for TorcsSound.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TorcsSound
 A generic TORCS sound. More...
 
class  PlibTorcsSound
 PLIB-specific torcs sound. More...
 
class  SoundSource
 Sound source management. More...
 
class  OpenalTorcsSound
 Openal torcs sound. More...
 

Macros

#define VOLUME_SLOT   0
 
#define PITCH_SLOT   1
 
#define FILTER_SLOT   2
 

Macro Definition Documentation

◆ FILTER_SLOT

#define FILTER_SLOT   2

Definition at line 25 of file TorcsSound.h.

◆ PITCH_SLOT

#define PITCH_SLOT   1

Definition at line 24 of file TorcsSound.h.

◆ VOLUME_SLOT

#define VOLUME_SLOT   0

Definition at line 23 of file TorcsSound.h.