osrm-backend/include/osrm/match_parameters.hpp

12 lines
184 B
C++
Raw Normal View History

#ifndef GLOBAL_MATCH_PARAMETERS_HPP
#define GLOBAL_MATCH_PARAMETERS_HPP
#include "engine/api/match_parameters.hpp"
namespace osrm
{
using engine::api::MatchParameters;
}
#endif