Factory for allegro's music player. More...
#include <allegro_m.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 = 2 |
The priority of this factory. |
Factory for allegro's music player.
Definition at line 35 of file allegro_m.h.
Driver* FMusicDriver_Allegro::CreateInstance | ( | ) | [inline, virtual] |
Create an instance of this driver-class.
Implements DriverFactoryBase.
Definition at line 48 of file allegro_m.h.
const char* FMusicDriver_Allegro::GetDescription | ( | ) | [inline, virtual] |
Get a nice description of the driver-class.
Implements DriverFactoryBase.
Definition at line 47 of file allegro_m.h.