| 202 | } |
| 203 | |
| 204 | void _SimulationFacadeImpl::applyCataclysm(int power) |
| 205 | { |
| 206 | _worker.applyCataclysm(power); |
| 207 | } |
| 208 | |
| 209 | bool _SimulationFacadeImpl::isSimulationRunning() const |
| 210 | { |
nothing calls this directly
no outgoing calls
no test coverage detected