mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 21:10:04 +00:00
Add alert palette settings widget
This commit is contained in:
parent
da79f47416
commit
f8e0ab5b56
5 changed files with 351 additions and 61 deletions
|
|
@ -69,6 +69,7 @@ enum class Phenomenon
|
|||
};
|
||||
|
||||
Phenomenon GetPhenomenon(const std::string& code);
|
||||
Phenomenon GetPhenomenonFromText(const std::string& text);
|
||||
const std::string& GetPhenomenonCode(Phenomenon phenomenon);
|
||||
const std::string& GetPhenomenonText(Phenomenon phenomenon);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue