|
CorsixTH engine (the C++ part)
Open source implementation of Theme Hospital
|
#include <th_gfx_sdl.h>
Public Member Functions | |
| full_colour_storing (uint32_t *pDest, int iWidth, int iHeight) | |
Public Member Functions inherited from full_colour_renderer | |
| full_colour_renderer (int iWidth, int iHeight) | |
| Initialize the renderer for a specific render. | |
| virtual | ~full_colour_renderer ()=default |
| void | decode_image (const uint8_t *pImg, const ::palette *pPalette, uint32_t iSpriteFlags) |
| Decode a 32bpp image, and push it to the storage backend. | |