Added WFOs to the county database c++ code

This commit is contained in:
AdenKoperczak 2024-08-29 13:43:01 -04:00
parent 412c85647c
commit 6b4045081e
2 changed files with 46 additions and 0 deletions

View file

@ -19,6 +19,8 @@ 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();
const std::unordered_map<std::string, std::string>& GetWFOs();
const std::string& GetWFOName(const std::string& wfoId);
} // namespace CountyDatabase
} // namespace config