Factory for the SDL sound driver. More...
#include <sdl_s.h>
Public Member Functions | |
const char * | GetName () |
Get the long, human readable, name for the Driver-class. | |
const char * | GetDescription () |
Get a nice description of the driver-class. | |
Driver * | CreateInstance () |
Create an instance of this driver-class. | |
Static Public Attributes | |
static const int | priority = 5 |
The priority of this factory. |
Factory for the SDL sound driver.
Definition at line 27 of file sdl_s.h.
Driver* FSoundDriver_SDL::CreateInstance | ( | ) | [inline, virtual] |
const char* FSoundDriver_SDL::GetDescription | ( | ) | [inline, virtual] |