| 2430 | } |
| 2431 | |
| 2432 | std::optional<localisation::LanguageCode> Framework::GetCustomMapLanguageCode() |
| 2433 | { |
| 2434 | return localisation::GetCustomMapLanguageCode(); |
| 2435 | } |
| 2436 | |
| 2437 | void Framework::SetCustomMapLanguageCode(std::optional<localisation::LanguageCode> const languageCode) |
| 2438 | { |
no test coverage detected