[][src]Function game::edit::select::pathfind

fn pathfind(
    map: &Map,
    i1: IntersectionID,
    i2: IntersectionID
) -> Option<Vec<RoadID>>