17 lines
309 B
C++
17 lines
309 B
C++
#ifndef OSRM_EXTRACTOR_GUIDANCE_DISCRETE_ANGLE
|
|
#define OSRM_EXTRACTOR_GUIDANCE_DISCRETE_ANGLE
|
|
|
|
namespace osrm
|
|
{
|
|
namespace extractor
|
|
{
|
|
namespace guidance
|
|
{
|
|
|
|
typedef uint8_t DiscreteAngle;
|
|
} // namespace guidance
|
|
} // namespace extractor
|
|
} // namespace osrm
|
|
|
|
#endif /* OSRM_EXTRACTOR_GUIDANCE_DISCRETE_ANGLE */
|