DrawRectangleRec method

void DrawRectangleRec(
  1. RectangleC rec,
  2. ColorC color
)

Implementation

void DrawRectangleRec(RectangleC rec, ColorC color) {
  return _DrawRectangleRec(rec, color);
}