12 lines
192 B
C++
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
|