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: d32f2871844d032ae1088b13f293c235e36c1f08 (plain)
1
2
3
4
5
6
7
8
9
#pragma once

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

namespace routing
{

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