mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
10
tools/track_generator/utils.hpp
Normal file
10
tools/track_generator/utils.hpp
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user