| 87 | } |
| 88 | |
| 89 | void BuildEmptyMwm(LocalCountryFile & country) |
| 90 | { |
| 91 | generator::tests_support::TestMwmBuilder builder(country, feature::DataHeader::MapType::Country); |
| 92 | } |
| 93 | |
| 94 | void LoadRestrictions(string const & mwmFilePath, vector<Restriction> & restrictions, |
| 95 | vector<RestrictionUTurnForTests> & restrictionsUTurn) |
no outgoing calls
no test coverage detected