/
githubmirror
/
omim
Обзор
Документация
Войти
/
githubmirror
/
omim
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
generator/isolines_section_builder.hpp
10 строк
332 B
Daria Volvenkova
[generator] Review fixes.
12 фев 2020, 14:37
12 фев 2020, 14:37
3610afd
Код
Авторство
О чём код?
#pragma once #include <string> namespace generator { // This section must be built with the same isolines file as had been used at the features stage. void BuildIsolinesInfoSection(std::string const & isolinesPath, std::string const & country, std::string const & mwmFile); } // namespace generator