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

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

#include "generate_info.hpp"

#include "indexer/feature_meta.hpp"

#include <string>

namespace feature
{
bool ReadRegionData(std::string const & countryName, RegionData & data);
}  // namespace feature