CAP_TRANS guards added

This commit is contained in:
Zeno Rogue 2021-06-17 09:55:18 +02:00
parent 90425b3f0e
commit fe93cac596
1 changed files with 2 additions and 0 deletions

View File

@ -112,9 +112,11 @@ string choose4(int g, string a, string b, string c, string d) {
set<string> warnshown;
#if CAP_TRANS
EX bool translation_exists(const string& x) {
return findInHashTable(x, all_sentences);
}
#endif
void basicrep(string& x) {