* Animation handler. Updates the minimap view animation. */
| 111 | * Animation handler. Updates the minimap view animation. |
| 112 | */ |
| 113 | void ScannerState::animate() |
| 114 | { |
| 115 | _scannerView->animate(); |
| 116 | } |
| 117 | |
| 118 | /** |
| 119 | * Handles timers. |
nothing calls this directly
no outgoing calls
no test coverage detected