Base for all sound drivers. More...
#include <sound_driver.hpp>
Public Member Functions | |
virtual void | MainLoop () |
Called once every tick. | |
Static Public Member Functions | |
static SoundDriver * | GetInstance () |
Get the currently active instance of the sound driver. |
Base for all sound drivers.
Definition at line 18 of file sound_driver.hpp.