| 316 | } |
| 317 | |
| 318 | void EngineWorker::applyCataclysm(int power) |
| 319 | { |
| 320 | EngineWorkerGuard access(this); |
| 321 | _simulationCudaFacade->applyCataclysm(power); |
| 322 | } |
| 323 | |
| 324 | void EngineWorker::beginShutdown() |
| 325 | { |
nothing calls this directly
no outgoing calls
no test coverage detected