mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:10:04 +00:00
Selectable elevation cuts
This commit is contained in:
parent
19f1207384
commit
e76ac3bc36
15 changed files with 230 additions and 51 deletions
14
wxdata/include/scwx/common/characters.hpp
Normal file
14
wxdata/include/scwx/common/characters.hpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#pragma once
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace common
|
||||
{
|
||||
namespace Characters
|
||||
{
|
||||
|
||||
constexpr char DEGREE = static_cast<char>(0xb0);
|
||||
|
||||
} // namespace Characters
|
||||
} // namespace common
|
||||
} // namespace scwx
|
||||
Loading…
Add table
Add a link
Reference in a new issue