saveBmpRw method

int saveBmpRw(
  1. Pointer<SdlRWops> dst,
  2. int freedst
)

Implementation

int saveBmpRw(Pointer<SdlRWops> dst, int freedst) {
  // 365
  return sdlSaveBmpRw(this, dst, freedst);
}