------------------------------------------ DRAW DOT -----------------------------------------------
| 891 | } |
| 892 | //------------------------------------------ DRAW DOT ----------------------------------------------- |
| 893 | void Game::drawDotMap(int x, int y, Color color) |
| 894 | { |
| 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); |
no test coverage detected