SDL_LoadBMP
NAME SYNOPSIS DESCRIPTION RETURN VALUE SEE ALSO
SDL_LoadBMP- Load a Windows BMP file into an SDL_Surface.
#include
SDL_Surface *SDL_LoadBMP(__const char
Loads a surface from a named Windows BMP file.
Returns the new surface, or NULL if there was an error.
SDL_SaveBMP
One page links to SDL_LoadBMP(3):