| 61 | { |
| 62 | public: |
| 63 | void Load(FilesContainerR const & cont) |
| 64 | { |
| 65 | if (cont.IsExist(CITY_ROADS_FILE_TAG)) |
| 66 | m_cityRoads.Load(cont.GetReader(CITY_ROADS_FILE_TAG)); |
| 67 | |
| 68 | if (cont.IsExist(MAXSPEEDS_FILE_TAG)) |
| 69 | m_maxSpeeds.Load(cont.GetReader(MAXSPEEDS_FILE_TAG)); |
| 70 | } |
| 71 | |
| 72 | public: |
| 73 | Maxspeeds m_maxSpeeds; |