Penguin
Blame: SDL_LoadBMP(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_LoadBMP(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 SDL_LoadBMP
2 !!!SDL_LoadBMP
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 SDL_LoadBMP- Load a Windows BMP file into an SDL_Surface.
13 !!SYNOPSIS
14
15
16 __#include __
17
18
19 __SDL_Surface *SDL_LoadBMP__(__const char
20 *file__);
21 !!DESCRIPTION
22
23
24 Loads a surface from a named Windows BMP file.
25 !!RETURN VALUE
26
27
28 Returns the new surface, or __NULL__ if there was an
29 error.
30 !!SEE ALSO
31
32
33 __SDL_SaveBMP__
34 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.