osrm-backend/include/osrm/match_parameters.hpp
2016-04-05 22:58:32 +02:00

12 lines
180 B
C++

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