#include "audio.h"
#include "audio_sound.h"
#include "audio_music.h"
#include "system.h"
Include dependency graph for audio.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | hoa_audio |
| namespace | hoa_audio::private_audio |
Variables | |
| bool | hoa_audio::AUDIO_DEBUG = false |
| Determines whether the code in the hoa_audio namespace should print debug statements or not. | |
| GameAudio * | hoa_audio::AudioManager = NULL |
| The singleton pointer responsible for all audio operations. | |
***************************************************************************
Definition in file audio.cpp.
1.5.1