Rewrite lua bindings using sol interface

This commit is contained in:
Daniel J. Hofmann
2016-10-19 20:02:41 -07:00
committed by Patrick Niklaus
parent 6e7fe5feb0
commit 0f59b78c02
6 changed files with 2253 additions and 1496 deletions
+1
View File
@@ -96,6 +96,7 @@ struct ExtractionWay
bool roundabout;
bool circular;
bool is_startpoint;
bool ignore_in_grid;
TravelMode forward_travel_mode : 4;
TravelMode backward_travel_mode : 4;
guidance::RoadClassification road_classification;