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

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

#include "../std/string.hpp"
#include "../std/vector.hpp"

namespace routing
{

void GenerateNodesInfo(string const & mwmName, string const & osrmName);

}