12 #ifndef SOUND_SOUND_DRIVER_HPP 13 #define SOUND_SOUND_DRIVER_HPP 15 #include "../driver.h" char * _ini_sounddriver
The sound driver a stored in the configuration file.
virtual void MainLoop()
Called once every tick.
static Driver ** GetActiveDriver(Driver::Type type)
Get the active driver for the given type.
Base for all sound drivers.
A driver for communicating with the user.
static SoundDriver * GetInstance()
Get the currently active instance of the sound driver.