(986a3bf)
Go to the source code of this file.
|
#define | MIMG_LoadPNG_RW(src) IMG_LoadPNG_RW(src) |
|
#define | MIMG_LoadJPG_RW(src) IMG_LoadJPG_RW(src) |
|
#define | MSDL_FreeSurface(surface) SDL_FreeSurface(surface) |
|
#define | MSDL_CreateRGBSurface(flags, w, h, d, r, g, b, a) SDL_CreateRGBSurface(flags, w, h, d, r, g, b, a) |
|
#define | MSDL_ConvertSurface(src, fmt, flags) SDL_ConvertSurface(src, fmt, flags) |
|
#define | MTTF_RenderUTF8_Blended(font, text, fg) TTF_RenderUTF8_Blended(font, text, fg) |
|
#define | MIMG_Load(file) IMG_Load(file) |
|
#define | MSDL_DisplayFormatAlpha(surface) SDL_DisplayFormatAlpha(surface) |
|
#define | MSDL_DisplayFormat(surface) SDL_DisplayFormat(surface) |
|
◆ MIMG_Load
#define MIMG_Load |
( |
|
file | ) |
IMG_Load(file) |
◆ MIMG_LoadJPG_RW
#define MIMG_LoadJPG_RW |
( |
|
src | ) |
IMG_LoadJPG_RW(src) |
◆ MIMG_LoadPNG_RW
#define MIMG_LoadPNG_RW |
( |
|
src | ) |
IMG_LoadPNG_RW(src) |
◆ MSDL_ConvertSurface
#define MSDL_ConvertSurface |
( |
|
src, |
|
|
|
fmt, |
|
|
|
flags |
|
) |
| SDL_ConvertSurface(src, fmt, flags) |
◆ MSDL_CreateRGBSurface
#define MSDL_CreateRGBSurface |
( |
|
flags, |
|
|
|
w, |
|
|
|
h, |
|
|
|
d, |
|
|
|
r, |
|
|
|
g, |
|
|
|
b, |
|
|
|
a |
|
) |
| SDL_CreateRGBSurface(flags, w, h, d, r, g, b, a) |
◆ MSDL_DisplayFormat
#define MSDL_DisplayFormat |
( |
|
surface | ) |
SDL_DisplayFormat(surface) |
◆ MSDL_DisplayFormatAlpha
#define MSDL_DisplayFormatAlpha |
( |
|
surface | ) |
SDL_DisplayFormatAlpha(surface) |
◆ MSDL_FreeSurface
#define MSDL_FreeSurface |
( |
|
surface | ) |
SDL_FreeSurface(surface) |
◆ MTTF_RenderUTF8_Blended
#define MTTF_RenderUTF8_Blended |
( |
|
font, |
|
|
|
text, |
|
|
|
fg |
|
) |
| TTF_RenderUTF8_Blended(font, text, fg) |