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

12 lines
188 B
C++

#ifndef GLOBAL_NEAREST_PARAMETERS_HPP
#define GLOBAL_NEAREST_PARAMETERS_HPP
#include "engine/api/nearest_parameters.hpp"
namespace osrm
{
using engine::api::NearestParameters;
}
#endif