mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 07:30:04 +00:00
Add county selection dialog
This commit is contained in:
parent
bcc7391a19
commit
769ce896e7
6 changed files with 325 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ void Initialize();
|
|||
std::string GetCountyName(const std::string& id);
|
||||
std::unordered_map<std::string, std::string>
|
||||
GetCounties(const std::string& state);
|
||||
const std::unordered_map<std::string, std::string>& GetStates();
|
||||
|
||||
} // namespace CountyDatabase
|
||||
} // namespace config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue