12 lines
134 B
C++
12 lines
134 B
C++
|
#ifndef OSRM_BEARING_HPP
|
||
|
#define OSRM_BEARING_HPP
|
||
|
|
||
|
#include "engine/bearing.hpp"
|
||
|
|
||
|
namespace osrm
|
||
|
{
|
||
|
using engine::Bearing;
|
||
|
}
|
||
|
|
||
|
#endif
|