SDL_SaveBMP — Save an SDL_Surface as a Windows BMP file.
#include "SDL.h"
int
SDL_SaveBMP( |
SDL_Surface *surface, |
const char *file) ; |
SDL_LoadBMP(3)
COPYRIGHT |
---|
This manual page is taken from the SDL library, licensed under GNU LGPL. |