| 99 | } |
| 100 | |
| 101 | void GameModeManager_t::Tutorial_t::buttonReturnToTutorialHub(button_t* my) |
| 102 | { |
| 103 | buttonStartSingleplayer(nullptr); |
| 104 | gameModeManager.Tutorial.launchHub(); |
| 105 | } |
| 106 | |
| 107 | void GameModeManager_t::Tutorial_t::buttonRestartTrial(button_t* my) |
| 108 | { |
nothing calls this directly
no test coverage detected