fromFp static method

Pointer<SdlRWops> fromFp(
  1. Pointer<IntPtr> fp,
  2. bool autoclose
)

Implementation

static Pointer<SdlRWops> fromFp(Pointer<IntPtr> fp, bool autoclose) {
  // 87
  return sdlRwFromFp(fp, autoclose);
}