Load the BMP file at path

Property definitions

sdl2 $ SDLSurface :: load_bmp
	# Load the BMP file at `path`
	new load_bmp(path: CString) `{ return SDL_LoadBMP(path); `}
lib/sdl2/sdl2_base.nit:400,2--401,60