setRre method

int setRre(
  1. int flag
)

Implementation

int setRre(int flag) {
  // 395
  return sdlSetSurfaceRle(this, flag);
}