OpenTTD
|
Factory for OS/2's music player. More...
#include <os2_m.h>
Public Member Functions | |
Driver * | CreateInstance () const |
Create an instance of this driver-class. | |
![]() | |
const char * | GetDescription () const |
Get a nice description of the driver-class. |
Additional Inherited Members | |
![]() | |
static void | ShutdownDrivers () |
Shuts down all active drivers. | |
static void | SelectDriver (const char *name, Driver::Type type) |
Find the requested driver and return its class. | |
static char * | GetDriversInfo (char *p, const char *last) |
Build a human readable list of available drivers, grouped by type. | |
![]() | |
DriverFactoryBase (Driver::Type type, int priority, const char *name, const char *description) | |
Construct a new DriverFactory. | |
virtual | ~DriverFactoryBase () |
Frees memory used for this->name. |
|
inlinevirtual |