Repo created
This commit is contained in:
parent
4af19165ec
commit
68073add76
12458 changed files with 12350765 additions and 2 deletions
12
generator/region_meta.hpp
Normal file
12
generator/region_meta.hpp
Normal file
|
|
@ -0,0 +1,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
|
||||
Loading…
Add table
Add a link
Reference in a new issue