Welcome to mirror list, hosted at ThFree Co, Russian Federation.

transition_points.hpp « routing - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f0be5efab9db7c145614b2e0ea1f3906e265951 (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "base/buffer_vector.hpp"

namespace routing
{
using TransitionPoints = buffer_vector<m2::PointD, 1>;
}  // namespace routing