| 313 | #endif |
| 314 | |
| 315 | void DrawPixel(::Color color = {0, 0, 0, 255}) const { ::DrawPixelV(*this, color); } |
| 316 | |
| 317 | void DrawLine(::Vector2 endPos, ::Color color = {0, 0, 0, 255}) const { ::DrawLineV(*this, endPos, color); } |
| 318 |
nothing calls this directly
no outgoing calls
no test coverage detected