Factory for the allegro video driver. More...
#include <allegro_v.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 = 4 |
The priority of this factory. |
Factory for the allegro video driver.
Definition at line 35 of file allegro_v.h.
Driver* FVideoDriver_Allegro::CreateInstance | ( | ) | [inline, virtual] |
Create an instance of this driver-class.
Implements DriverFactoryBase.
Definition at line 40 of file allegro_v.h.
const char* FVideoDriver_Allegro::GetDescription | ( | ) | [inline, virtual] |
Get a nice description of the driver-class.
Implements DriverFactoryBase.
Definition at line 39 of file allegro_v.h.