Moved pathinfo struct to common place

This commit is contained in:
Dennis Luxen
2011-04-15 16:33:37 +00:00
parent 8502b62c77
commit 92b467ae77
2 changed files with 5 additions and 5 deletions
+5
View File
@@ -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