| 19 | } |
| 20 | |
| 21 | void CityRoads::Load(ReaderT const & reader) |
| 22 | { |
| 23 | ReaderSource<ReaderT> src(reader); |
| 24 | CityRoadsSerializer::Deserialize(src, m_cityRoadsRegion, m_cityRoads); |
| 25 | } |
| 26 | |
| 27 | std::unique_ptr<CityRoads> LoadCityRoads(MwmSet::MwmHandle const & handle) |
| 28 | { |