osrm-backend/include/osrm/route_parameters.hpp

12 lines
184 B
C++
Raw Normal View History

#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
}
#endif