A_Set_BMPSave method

int A_Set_BMPSave(
  1. int nSave,
  2. Pointer<Char> pstrBMame
)

Implementation

int A_Set_BMPSave(
  int nSave,
  ffi.Pointer<ffi.Char> pstrBMame,
) {
  return _A_Set_BMPSave(
    nSave,
    pstrBMame,
  );
}