| 65 | } |
| 66 | |
| 67 | void ExtractorCallbacks::ProcessRestriction(const InputTurnRestriction &restriction) |
| 68 | { |
| 69 | external_memory.restrictions_list.push_back(restriction); |
| 70 | } |
| 71 | |
| 72 | void ExtractorCallbacks::ProcessManeuverOverride(const InputManeuverOverride &override) |
| 73 | { |