2016-01-07 13:19:55 -05:00
|
|
|
#ifndef GLOBAL_ROUTE_PARAMETERS_HPP
|
|
|
|
#define GLOBAL_ROUTE_PARAMETERS_HPP
|
2015-01-27 07:17:18 -05:00
|
|
|
|
2016-01-28 10:28:44 -05:00
|
|
|
#include "engine/api/route_parameters.hpp"
|
2015-01-27 07:17:18 -05:00
|
|
|
|
2016-01-05 10:51:13 -05:00
|
|
|
namespace osrm
|
|
|
|
{
|
2016-01-28 10:28:44 -05:00
|
|
|
using engine::api::RouteParameters;
|
2016-01-05 10:51:13 -05:00
|
|
|
}
|
|
|
|
|
2016-01-07 13:19:55 -05:00
|
|
|
#endif
|