| 123 | } |
| 124 | |
| 125 | void DrawLineStrip(::Vector2* points, int numPoints) const { ::DrawLineStrip(points, numPoints, *this); } |
| 126 | |
| 127 | void DrawText(const char* text, int posX = 0, int posY = 0, int fontSize = 10.0f) const { |
| 128 | ::DrawText(text, posX, posY, fontSize, *this); |
nothing calls this directly
no outgoing calls
no test coverage detected