#include <plib/sg.h>#include <plib/sl.h>#include <AL/al.h>#include <AL/alc.h>#include <AL/alut.h>#include "sound_defines.h"

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 |
| #define FILTER_SLOT 2 |
Definition at line 25 of file TorcsSound.h.
| #define PITCH_SLOT 1 |
Definition at line 24 of file TorcsSound.h.
| #define VOLUME_SLOT 0 |
Definition at line 23 of file TorcsSound.h.