|
Functions |
Uint16 * | UTF8_to_UNICODE (Uint16 *unicode, const char *utf8, int len) |
void | sge_TTF_SizeText (_sge_TTFont *font, const char *text, int *x, int *y) |
int | DrawTextMSZ (const char *string, _sge_TTFont *font, int x, int y, int flags, int fg, SDL_Surface *target, bool a_bTranslate) |
void | DrawGradientText (const char *text, _sge_TTFont *font, int y, SDL_Surface *target, bool a_bTranslate) |
SDL_Color | MakeColor (Uint8 r, Uint8 g, Uint8 b) |
SDLKey | GetKey (bool a_bTranslate) |
| Waits for a key event and returns it.
|
SDL_Surface * | LoadBackground (const char *a_pcFilename, int a_iNumColors, int a_iPaletteOffset, bool a_bTransparent) |
bool | SetVideoMode (bool a_bLarge, bool a_bFullScreen, int a_iAdditionalFlags) |