osrm-backend/include/osrm/nearest_parameters.hpp

12 lines
192 B
C++
Raw Normal View History

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