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

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

#include <string>

namespace traffic
{
bool GenerateTrafficKeysFromDataFile(std::string const & mwmPath);
}  // namespace traffic