osrm-backend/include/osrm/engine_config.hpp

12 lines
159 B
C++
Raw Normal View History

#ifndef GLOBAL_ENGINE_CONFIG_HPP
#define GLOBAL_ENGINE_CONFIG_HPP
#include "engine/engine_config.hpp"
namespace osrm
{
2016-03-03 08:26:13 -05:00
using engine::EngineConfig;
}
#endif