supercell-wx/wxdata/include/scwx/common/sites.hpp
2022-02-14 22:44:07 -06:00

13 lines
164 B
C++

#pragma once
#include <string>
namespace scwx
{
namespace common
{
std::string GetSiteId(const std::string& radarId);
} // namespace common
} // namespace scwx