osrm-backend/include/osrm/trip_parameters.hpp

12 lines
176 B
C++
Raw Normal View History

#ifndef GLOBAL_TRIP_PARAMETERS_HPP
#define GLOBAL_TRIP_PARAMETERS_HPP
#include "engine/api/trip_parameters.hpp"
namespace osrm
{
2016-03-03 08:26:13 -05:00
using engine::api::TripParameters;
}
#endif