Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-04-20 14:04:02 +0300
committerVladimir Byko-Ianko <v.bykoianko@corp.mail.ru>2016-04-20 16:59:23 +0300
commit7abc7d9c425c4c53c24f7e286213fe31983eff1f (patch)
tree314c5af83487071c64ed7bb24edf48a8dd455e54 /routing/routing.pro
parent24d1098a1898c3ad76ff0c0731698a940e2f32b5 (diff)
[bicycle routing] Moving some data stuctures from turn_generator unit to separate files.
Diffstat (limited to 'routing/routing.pro')
-rw-r--r--routing/routing.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/routing/routing.pro b/routing/routing.pro
index 2ce93dfe74..5dc101412f 100644
--- a/routing/routing.pro
+++ b/routing/routing.pro
@@ -21,6 +21,7 @@ SOURCES += \
cross_mwm_router.cpp \
cross_routing_context.cpp \
features_road_graph.cpp \
+ loaded_path_segment.cpp \
nearest_edge_finder.cpp \
online_absent_fetcher.cpp \
online_cross_fetcher.cpp \
@@ -57,6 +58,7 @@ HEADERS += \
cross_routing_context.hpp \
directions_engine.hpp \
features_road_graph.hpp \
+ loaded_path_segment.hpp \
nearest_edge_finder.hpp \
online_absent_fetcher.hpp \
online_cross_fetcher.hpp \
@@ -74,9 +76,11 @@ HEADERS += \
router_delegate.hpp \
routing_algorithm.hpp \
routing_mapping.hpp \
+ routing_result_graph.hpp \
routing_session.hpp \
routing_settings.hpp \
speed_camera.hpp \
+ turn_candidate.hpp \
turns.hpp \
turns_generator.hpp \
turns_notification_manager.hpp \