loadBmp static method

Pointer<SdlSurface> loadBmp(
  1. String file
)

Implementation

static Pointer<SdlSurface> loadBmp(String file) {
  return sdlLoadBmp(file);
}