OpenTTD
|
Factory for the 32bpp blitter with animation. More...
#include <32bpp_anim.hpp>
Public Member Functions | |
Blitter * | CreateInstance () |
Create an instance of this Blitter-class. | |
![]() | |
const char * | GetName () const |
Get the long, human readable, name for the Blitter-class. | |
const char * | GetDescription () const |
Get a nice description of the blitter-class. |
Additional Inherited Members | |
![]() | |
static Blitter * | SelectBlitter (const char *name) |
Find the requested blitter and return his class. | |
static BlitterFactory * | GetBlitterFactory (const char *name) |
Get the blitter factory with the given name. | |
static Blitter * | GetCurrentBlitter () |
Get the current active blitter (always set by calling SelectBlitter). | |
static char * | GetBlittersInfo (char *p, const char *last) |
Fill a buffer with information about the blitters. | |
![]() | |
BlitterFactory (const char *name, const char *description, bool usable=true) | |
Construct the blitter, and register it. |
Factory for the 32bpp blitter with animation.
Definition at line 59 of file 32bpp_anim.hpp.