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

#include "std/string.hpp"

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