osrm-backend/include/osrm/nearest_parameters.hpp

12 lines
188 B
C++
Raw Normal View History

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