geocore/generator/regions/regions.hpp
2019-10-30 14:22:14 +03:00

15 lines
397 B
C++

#pragma once
#include <string>
namespace generator
{
namespace regions
{
void GenerateRegions(std::string const & pathRegionsTmpMwm,
std::string const & pathInRegionsCollector,
std::string const & pathOutRegionsKv,
bool verbose,
unsigned int threadsCount = 1);
} // namespace regions
} // namespace generator