Add county selection dialog

This commit is contained in:
Dan Paulat 2023-12-08 05:15:57 -06:00
parent bcc7391a19
commit 769ce896e7
6 changed files with 325 additions and 0 deletions

View file

@ -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