osrm-backend/include/osrm/bearing.hpp

12 lines
134 B
C++
Raw Normal View History

2016-03-04 17:17:57 -05:00
#ifndef OSRM_BEARING_HPP
#define OSRM_BEARING_HPP
#include "engine/bearing.hpp"
namespace osrm
{
using engine::Bearing;
}
#endif