0x00441843
| 74 | |
| 75 | // 0x00441843 |
| 76 | [[nodiscard]] std::optional<std::string> saveSaveGameOpen() |
| 77 | { |
| 78 | auto path = _activeSavePath; |
| 79 | |
| 80 | return openBrowsePrompt(path, StringIds::title_prompt_save_game, browse_type::save, S5::filterSV5); |
| 81 | } |
| 82 | |
| 83 | // 0x004418DB |
| 84 | [[nodiscard]] std::optional<std::string> saveScenarioOpen() |
no test coverage detected