| 16 | } |
| 17 | |
| 18 | void Engine::decreaseHeight(const Point &isoCoordinates) const |
| 19 | { |
| 20 | terrainEditMode = TerrainEdit::LOWER; |
| 21 | map->decreaseHeight(isoCoordinates); |
| 22 | } |
| 23 | |
| 24 | void Engine::toggleFullScreen() { WindowManager::instance().toggleFullScreen(); }; |
| 25 |
nothing calls this directly
no outgoing calls
no test coverage detected