osrm-backend/include/osrm/tile_parameters.hpp

12 lines
176 B
C++
Raw Normal View History

2016-03-04 17:17:57 -05:00
#ifndef GLOBAL_TILE_PARAMETERS_HPP
#define GLOBAL_TILE_PARAMETERS_HPP
#include "engine/api/tile_parameters.hpp"
namespace osrm
{
using engine::api::TileParameters;
}
#endif