--------------------------------------------- IS VISIBLE -------------------------------------------------
| 395 | } |
| 396 | //--------------------------------------------- IS VISIBLE ------------------------------------------------- |
| 397 | bool GameImpl::isVisible(int x, int y) const |
| 398 | { |
| 399 | return Map::visible(x, y); |
| 400 | } |
| 401 | //--------------------------------------------- IS EXPLORED ------------------------------------------------ |
| 402 | bool GameImpl::isExplored(int x, int y) const |
| 403 | { |
no outgoing calls
no test coverage detected