1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-30 21:42:59 +00:00

ru:: parse markup in hints and help

This commit is contained in:
Zeno Rogue
2025-05-14 13:05:11 +02:00
parent 08dccbdb08
commit 1055ae0249
3 changed files with 21 additions and 2 deletions

View File

@@ -163,4 +163,6 @@ void add_revert(revert_stack& s, const reaction_t& what);
void revert_all(revert_stack& s);
string parse_markup(string s);
}