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

world_graph_builder.hpp « routing_tests « routing - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 694a44ba110b4ea39f51f78b3c7dad353f6a0e25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#include "routing/single_vehicle_world_graph.hpp"

#include <memory>

namespace routing_test
{
std::unique_ptr<routing::SingleVehicleWorldGraph> BuildCrossGraph();
std::unique_ptr<routing::SingleVehicleWorldGraph> BuildTestGraph();
}  // namespace routing_test