| 164 | } |
| 165 | |
| 166 | void DrawRectangle(int posX, int posY, int width, int height) const { |
| 167 | ::DrawRectangle(posX, posY, width, height, *this); |
| 168 | } |
| 169 | |
| 170 | void DrawRectangle(::Vector2 position, ::Vector2 size) const { ::DrawRectangleV(position, size, *this); } |
| 171 |
nothing calls this directly
no outgoing calls
no test coverage detected