10 #ifndef SOUND_SOUND_DRIVER_HPP
11 #define SOUND_SOUND_DRIVER_HPP
13 #include "../driver.h"
static Driver ** GetActiveDriver(Driver::Type type)
Get the active driver for the given type.
A driver for communicating with the user.
@ DT_SOUND
A sound driver.
Base for all sound drivers.
virtual void MainLoop()
Called once every tick.
static SoundDriver * GetInstance()
Get the currently active instance of the sound driver.
virtual bool HasOutput() const
Whether the driver has an output from which the user can hear sound.
std::string _ini_sounddriver
The sound driver a stored in the configuration file.