Adds publicly facing alias headers for parameters
This commit is contained in:
parent
2200d0b678
commit
1895fee1c9
11
include/osrm/match_parameters.hpp
Normal file
11
include/osrm/match_parameters.hpp
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef GLOBAL_MATCH_PARAMETERS_HPP
|
||||
#define GLOBAL_MATCH_PARAMETERS_HPP
|
||||
|
||||
#include "engine/api/match_parameters.hpp"
|
||||
|
||||
namespace osrm
|
||||
{
|
||||
using engine::api::MatchParameters;
|
||||
}
|
||||
|
||||
#endif
|
11
include/osrm/nearest_parameters.hpp
Normal file
11
include/osrm/nearest_parameters.hpp
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef GLOBAL_NEAREST_PARAMETERS_HPP
|
||||
#define GLOBAL_NEAREST_PARAMETERS_HPP
|
||||
|
||||
#include "engine/api/nearest_parameters.hpp"
|
||||
|
||||
namespace osrm
|
||||
{
|
||||
using engine::api::NearestParameters;
|
||||
}
|
||||
|
||||
#endif
|
11
include/osrm/table_parameters.hpp
Normal file
11
include/osrm/table_parameters.hpp
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef GLOBAL_TABLE_PARAMETERS_HPP
|
||||
#define GLOBAL_TABLE_PARAMETERS_HPP
|
||||
|
||||
#include "engine/api/table_parameters.hpp"
|
||||
|
||||
namespace osrm
|
||||
{
|
||||
using engine::api::TableParameters;
|
||||
}
|
||||
|
||||
#endif
|
11
include/osrm/trip_parameters.hpp
Normal file
11
include/osrm/trip_parameters.hpp
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef GLOBAL_TRIP_PARAMETERS_HPP
|
||||
#define GLOBAL_TRIP_PARAMETERS_HPP
|
||||
|
||||
#include "engine/api/trip_parameters.hpp"
|
||||
|
||||
namespace osrm
|
||||
{
|
||||
using engine::api::TripParameters;
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user