osrm-backend/include/osrm/status.hpp

12 lines
132 B
C++
Raw Normal View History

2016-01-28 10:28:44 -05:00
#ifndef OSRM_STATUS_HPP
#define OSRM_STATUS_HPP
#include "engine/status.hpp"
namespace osrm
{
using engine::Status;
}
#endif