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

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

#include "routing/vehicle_mask.hpp"

#include <string>

namespace track_generator_tool
{
void GenerateTracks(std::string const & inputDir, std::string const & outputDir, routing::VehicleType type);
}  // namespace track_generator_tool