loadWebp method

Pointer<SdlSurface> loadWebp()

Implementation

Pointer<SdlSurface> loadWebp() {
  // 2211
  return imgLoadWebpRw(this);
}