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

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

#include "std/string.hpp"

namespace routing
{
bool BuildRoutingIndex(string const & filename, string const & country);
void BuildCrossMwmSection(string const & path, string const & mwmFile, string const & country);
}  // namespace routing