mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:40:05 +00:00
13 lines
164 B
C++
13 lines
164 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
namespace scwx
|
|
{
|
|
namespace common
|
|
{
|
|
|
|
std::string GetSiteId(const std::string& radarId);
|
|
|
|
} // namespace common
|
|
} // namespace scwx
|