mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-05 20:07:58 +00:00
more XLAT refactoring, and preparation for gentrans.cpp
This commit is contained in:
@@ -112,6 +112,10 @@ string choose4(int g, string a, string b, string c, string d) {
|
||||
|
||||
set<string> warnshown;
|
||||
|
||||
EX bool translation_exists(const string& x) {
|
||||
return findInHashTable(x, all_sentences);
|
||||
}
|
||||
|
||||
void basicrep(string& x) {
|
||||
|
||||
#if CAP_TRANS
|
||||
|
Reference in New Issue
Block a user