loadXpm method

Pointer<SdlSurface> loadXpm()

Implementation

Pointer<SdlSurface> loadXpm() {
  // 2127
  return imgLoadXpmRw(this);
}