Repo created

This commit is contained in:
Fr4nz D13trich 2025-11-22 13:58:55 +01:00
parent 4af19165ec
commit 68073add76
12458 changed files with 12350765 additions and 2 deletions

12
generator/region_meta.hpp Normal file
View 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