1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-11-24 05:17:17 +00:00

export XLATN

This commit is contained in:
Zeno Rogue 2018-05-01 00:22:58 +02:00
parent 55e6fc00c9
commit 460cda4d3e

View File

@ -297,6 +297,7 @@ struct cellwalker {
#define R100 (inv::on ? 500 : 100)
string XLAT(string x);
string XLATN(string x);
string cts(char c);
string its(int i);
int hrand(int i);