| 895 | this->drawDot(CoordinateType::Map, x, y, color); |
| 896 | } |
| 897 | void Game::drawDotMouse(int x, int y, Color color) |
| 898 | { |
| 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); |