12 lines
144 B
C++
12 lines
144 B
C++
#ifndef GLOBAL_COORDINATE_HPP
|
|
#define GLOBAL_COORDINATE_HPP
|
|
|
|
#include "util/coordinate.hpp"
|
|
|
|
namespace osrm
|
|
{
|
|
using util::Coordinate;
|
|
}
|
|
|
|
#endif
|