| 899 | this->drawDot(CoordinateType::Mouse, x, y, color); |
| 900 | } |
| 901 | void Game::drawDotScreen(int x, int y, Color color) |
| 902 | { |
| 903 | this->drawDot(CoordinateType::Screen, x, y, color); |
| 904 | } |
| 905 | void Game::drawDotMap(Position p, Color color) |
| 906 | { |
| 907 | this->drawDotMap(p.x, p.y, color); |