Load the image at path inferring its type from the file extension

Property definitions

sdl2 :: image $ SDLSurface :: load
	# Load the image at `path` inferring its type from the file extension
	new load(path: CString) `{ return IMG_Load(path); `}
lib/sdl2/image.nit:58,2--59,53