2016-02-18 15:21:03 -05:00
|
|
|
#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;
|
2016-02-18 15:21:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|