| 182 | } |
| 183 | } |
| 184 | static void updateDisplayNoticeBeginReset(Gfx::DrawingContext& drawingCtx) |
| 185 | { |
| 186 | _introTicks = 0; |
| 187 | _state = State::displayNotice; |
| 188 | updateDisplayNotice(drawingCtx); |
| 189 | } |
| 190 | |
| 191 | constexpr std::array<void (*)(Gfx::DrawingContext&), 11> kUpdateFunctions = { |
| 192 | updateNone, |
nothing calls this directly
no test coverage detected