osrm-backend/include/osrm/bearing.hpp
2016-04-05 22:58:32 +02:00

12 lines
134 B
C++

#ifndef OSRM_BEARING_HPP
#define OSRM_BEARING_HPP
#include "engine/bearing.hpp"
namespace osrm
{
using engine::Bearing;
}
#endif