co-maps/tools/track_generator/utils.hpp
2025-11-22 13:58:55 +01:00

10 lines
249 B
C++

#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