1SDL_LoadBMP(3) SDL API Reference SDL_LoadBMP(3)
23
4
NAME
6SDL_LoadBMP - Load a Windows BMP file into an SDL_Surface.
7
SYNOPSIS
9#include "SDL.h"
1011
SDL_Surface *SDL_LoadBMP(const char *file);
12
DESCRIPTION
14Loads a surface from a named Windows BMP file.
15
RETURN VALUE
17Returns the new surface, or NULL if there was an error.
18
SEE ALSO
20SDL_SaveBMP
2122
23
24
SDL Tue 11 Sep 2001, 23:01 SDL_LoadBMP(3)