This repository has been archived on 2025-03-22. You can view files and clone it, but cannot push or open issues or pull requests.
organicmaps-tmp/generator/region_meta.hpp

12 lines
217 B
C++

#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