osrm-backend/include/osrm/nearest_parameters.hpp
2016-03-23 17:50:13 +01:00

12 lines
192 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