mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:10:05 +00:00
Data level code to string
This commit is contained in:
parent
2f06076bb5
commit
3a607cc1fe
3 changed files with 120 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
namespace wsr88d
|
||||
|
|
@ -53,6 +55,9 @@ enum class DataLevelCode
|
|||
Unknown
|
||||
};
|
||||
|
||||
const std::string& GetDataLevelCodeName(DataLevelCode dataLevelCode);
|
||||
const std::string& GetDataLevelCodeShortName(DataLevelCode dataLevelCode);
|
||||
|
||||
} // namespace rpg
|
||||
} // namespace wsr88d
|
||||
} // namespace scwx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue