rlVertex2i method

void rlVertex2i(
  1. int x,
  2. int y
)

Implementation

void rlVertex2i(int x, int y) {
  return _rlVertex2i(x, y);
}