2016-02-18 15:21:03 -05:00
|
|
|
#ifndef GLOBAL_MATCH_PARAMETERS_HPP
|
|
|
|
#define GLOBAL_MATCH_PARAMETERS_HPP
|
|
|
|
|
|
|
|
#include "engine/api/match_parameters.hpp"
|
|
|
|
|
|
|
|
namespace osrm
|
|
|
|
{
|
2016-03-03 08:26:13 -05:00
|
|
|
using engine::api::MatchParameters;
|
2016-02-18 15:21:03 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|