| 4174 | } |
| 4175 | |
| 4176 | void PixelGameEngine::DrawStringProp(const olc::vi2d& pos, const std::string& sText, Pixel col, uint32_t scale) |
| 4177 | { |
| 4178 | DrawStringProp(pos.x, pos.y, sText, col, scale); |
| 4179 | } |
| 4180 | |
| 4181 | void PixelGameEngine::DrawStringProp(int32_t x, int32_t y, const std::string& sText, Pixel col, uint32_t scale) |
| 4182 | { |