iwadr_save_game method

int iwadr_save_game(
  1. int slot,
  2. Pointer<Char> description
)

Implementation

int iwadr_save_game(int slot, ffi.Pointer<ffi.Char> description) {
  return _iwadr_save_game(slot, description);
}