Files
comaps/tools/track_generator/utils.hpp
Alexander Borsuk 76ffc99abd New cpp folder structure
Signed-off-by: Alexander Borsuk <me@alex.bio>
2025-08-14 20:52:04 +07:00

11 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