* Shows the previous available article. * @param action Pointer to an action. */
| 126 | * @param action Pointer to an action. |
| 127 | */ |
| 128 | void ArticleState::btnPrevClick(Action *) |
| 129 | { |
| 130 | Ufopaedia::prev(_game); |
| 131 | } |
| 132 | |
| 133 | /** |
| 134 | * Shows the next available article. Loops to the first. |
nothing calls this directly
no outgoing calls
no test coverage detected