use colors for extra information with $what

This commit is contained in:
Martin Michelsen
2022-05-01 00:19:38 -07:00
parent b359bc0cce
commit 3572c53dd4
4 changed files with 323 additions and 312 deletions
+1 -1
View File
@@ -38,4 +38,4 @@ std::u16string u16name_for_npc(uint8_t npc);
uint8_t npc_for_name(const std::string& name);
uint8_t npc_for_name(const std::u16string& name);
std::string name_for_item(const ItemData& item);
std::string name_for_item(const ItemData& item, bool include_color_codes);