Moved pathinfo struct to common place
This commit is contained in:
@@ -27,6 +27,11 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
||||
#include "HashTable.h"
|
||||
#include "Util.h"
|
||||
|
||||
struct _PathData {
|
||||
_PathData(NodeID n) : node(n) { }
|
||||
NodeID node;
|
||||
};
|
||||
|
||||
/* Default Speed Profile:
|
||||
motorway 110
|
||||
motorway_link 90
|
||||
|
||||
Reference in New Issue
Block a user