mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:10:06 +00:00
Added enable support and sorted keys for WFO audio method
This commit is contained in:
parent
bf24dac317
commit
12f84d7d22
3 changed files with 30 additions and 3 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include <string>
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
#include <map>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
|
|
@ -19,7 +20,7 @@ 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::map<std::string, std::string>& GetWFOs();
|
||||
const std::string& GetWFOName(const std::string& wfoId);
|
||||
|
||||
} // namespace CountyDatabase
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue