| 94 | } |
| 95 | |
| 96 | void DrawRoundedLines(float roundness, int segments, ::Color color) const { |
| 97 | ::DrawRectangleRoundedLines(*this, roundness, segments, color); |
| 98 | } |
| 99 | |
| 100 | void DrawRoundedLines(float roundness, int segments, float lineThick, ::Color color) const { |
| 101 | ::DrawRectangleRoundedLinesEx(*this, roundness, segments, lineThick, color); |
nothing calls this directly
no outgoing calls
no test coverage detected