duplicate method

Pointer<SdlSurface> duplicate()

Implementation

Pointer<SdlSurface> duplicate() {
  // 745
  return sdlDuplicateSurface(this);
}