Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ratings_section_builder.hpp « generator - github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 86188a154bd25e3b6cf0d1213d92f991066c04bd (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <string>

namespace generator
{
bool BuildRatingsMwmSection(std::string const & ugcDbFilename, std::string const & mwmFile,
                            std::string const & osmToFeatureFilename);
}  // namespace generator