supercell-wx/scwx-qt/source/scwx/qt/config/county_database.hpp
2022-10-25 23:21:26 -05:00

22 lines
315 B
C++

#pragma once
#include <memory>
#include <string>
#include <vector>
namespace scwx
{
namespace qt
{
namespace config
{
namespace CountyDatabase
{
void Initialize();
std::string GetCountyName(const std::string& id);
} // namespace CountyDatabase
} // namespace config
} // namespace qt
} // namespace scwx