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

#include "std/string.hpp"

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