flashs static method

void flashs(
  1. int minType,
  2. int maxType
)

Implementation

static void flashs(int minType, int maxType) {
  // 193
  sdlFlushEvents(minType, maxType);
}