| 4104 | } |
| 4105 | |
| 4106 | void PixelGameEngine::DrawString(const olc::vi2d& pos, const std::string& sText, Pixel col, uint32_t scale) |
| 4107 | { |
| 4108 | DrawString(pos.x, pos.y, sText, col, scale); |
| 4109 | } |
| 4110 | |
| 4111 | void PixelGameEngine::DrawString(int32_t x, int32_t y, const std::string& sText, Pixel col, uint32_t scale) |
| 4112 | { |