| 2941 | } |
| 2942 | |
| 2943 | void PixelGameEngine::DrawRect(const olc::vi2d& pos, const olc::vi2d& size, Pixel p) |
| 2944 | { |
| 2945 | DrawRect(pos.x, pos.y, size.x, size.y, p); |
| 2946 | } |
| 2947 | |
| 2948 | void PixelGameEngine::DrawRect(int32_t x, int32_t y, int32_t w, int32_t h, Pixel p) |
| 2949 | { |
nothing calls this directly
no outgoing calls
no test coverage detected