export XLATN

This commit is contained in:
Zeno Rogue 2018-05-01 00:22:58 +02:00
parent 55e6fc00c9
commit 460cda4d3e
1 changed files with 1 additions and 0 deletions

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);