DrawRectangleLines function
Implementation
void DrawRectangleLines(
int posX,
int posY,
int width,
int height,
ColorC color,
) => _module.DrawRectangleLines(posX, posY, width, height, color);
void DrawRectangleLines(
int posX,
int posY,
int width,
int height,
ColorC color,
) => _module.DrawRectangleLines(posX, posY, width, height, color);