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

12 lines
159 B
C++

#ifndef GLOBAL_ENGINE_CONFIG_HPP
#define GLOBAL_ENGINE_CONFIG_HPP
#include "engine/engine_config.hpp"
namespace osrm
{
using engine::EngineConfig;
}
#endif