mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:20:06 +00:00
14 lines
192 B
C++
14 lines
192 B
C++
#pragma once
|
|
|
|
namespace scwx
|
|
{
|
|
namespace common
|
|
{
|
|
namespace Characters
|
|
{
|
|
|
|
constexpr char DEGREE = static_cast<char>(0xb0);
|
|
|
|
} // namespace Characters
|
|
} // namespace common
|
|
} // namespace scwx
|