Name
SDL_LoadBMP -- Load a Windows BMP file into an SDL_Surface.
Synopsis
uses
SDL;
function SDL_LoadBMP( filename : PChar ) : PSDL_Surface;
Description
Loads a surface from a named Windows BMP file.
Return Value
Returns the new surface, or NULL if there was
an error.