| 421 | |
| 422 | |
| 423 | static void AskExitToGameMenuCallback(Window *, bool confirmed) |
| 424 | { |
| 425 | if (confirmed) { |
| 426 | _switch_mode = SM_MENU; |
| 427 | ClearErrorMessages(); |
| 428 | } |
| 429 | } |
| 430 | |
| 431 | void AskExitToGameMenu() |
| 432 | { |
nothing calls this directly
no test coverage detected