Factory for the null sound driver. More...
#include <null_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 = 1 |
The priority of this factory. |
Factory for the null sound driver.
Definition at line 27 of file null_s.h.
Driver* FSoundDriver_Null::CreateInstance | ( | ) | [inline, virtual] |
const char* FSoundDriver_Null::GetDescription | ( | ) | [inline, virtual] |