DrawLineV method

void DrawLineV(
  1. Vector2C startPos,
  2. Vector2C endPos,
  3. ColorC color
)

Implementation

void DrawLineV(Vector2C startPos, Vector2C endPos, ColorC color) {
  return _DrawLineV(startPos, endPos, color);
}