alloc static method

Pointer<SdlRWops> alloc()

Implementation

static Pointer<SdlRWops> alloc() {
  // 206
  return sdlAllocRw();
}