#pragma section-numbers off #pragma disable-camelcase = SDL_LoadBMP = Use this function to load a surface from a BMP file. <> == Syntax == {{{#!highlight cpp SDL_Surface* SDL_LoadBMP(const char* file) }}} == Function Parameters == ||'''file'''||the file containing a BMP image|| == Return Value == <> == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == <> == Related Functions == .[[SDL_FreeSurface]] .[[SDL_LoadBMP_RW]] .[[SDL_SaveBMP]] ---- [[CategoryAPI]], [[CategorySurface]]