Move bearing to public namespace
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef OSRM_BEARING_HPP
|
||||
#define OSRM_BEARING_HPP
|
||||
|
||||
#include "engine/bearing.hpp"
|
||||
|
||||
namespace osrm
|
||||
{
|
||||
using engine::Bearing;
|
||||
}
|
||||
|
||||
#endif
|
||||
@@ -0,0 +1,11 @@
|
||||
#ifndef GLOBAL_TILE_PARAMETERS_HPP
|
||||
#define GLOBAL_TILE_PARAMETERS_HPP
|
||||
|
||||
#include "engine/api/tile_parameters.hpp"
|
||||
|
||||
namespace osrm
|
||||
{
|
||||
using engine::api::TileParameters;
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user