osrm-backend/include/osrm/route_parameters.hpp
2016-04-05 22:58:32 +02:00

12 lines
184 B
C++

#ifndef GLOBAL_ROUTE_PARAMETERS_HPP
#define GLOBAL_ROUTE_PARAMETERS_HPP
#include "engine/api/route_parameters.hpp"
namespace osrm
{
using engine::api::RouteParameters;
}
#endif