osrm-backend/include/osrm/table_parameters.hpp

12 lines
180 B
C++
Raw Normal View History

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