| 371 | } |
| 372 | |
| 373 | void GameSingleton::decrease_speed() { |
| 374 | game_manager.clock.decreaseSimulationSpeed(); |
| 375 | } |
| 376 | |
| 377 | bool GameSingleton::can_increase_speed() const { |
| 378 | return game_manager.clock.canIncreaseSimulationSpeed(); |
nothing calls this directly
no outgoing calls
no test coverage detected