loadIMGSur : HasIO io => String -> io SurLoad an image to a surface.
@ path The file path of image.
loadIMG : HasIO io => Renderer -> String -> Rect -> io ()Load an image.
@ path The file path of image.
loadBMPSur : HasIO io => String -> io SurLoad a bitmap to a surface.
@ path The file path of bitmap.
loadBMP : HasIO io => Renderer -> String -> Rect -> io ()Load a bitmap.
@ path The file path of bitmap.