summaryrefslogtreecommitdiff
path: root/src/strings_func.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/strings_func.h')
-rw-r--r--src/strings_func.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/strings_func.h b/src/strings_func.h
index 1a53a9b80..56529edd7 100644
--- a/src/strings_func.h
+++ b/src/strings_func.h
@@ -78,4 +78,7 @@ struct StringIDCompare
void CheckForMissingGlyphsInLoadedLanguagePack();
+StringID RemapOldStringID(StringID s);
+char *CopyFromOldName(StringID id);
+
#endif /* STRINGS_TYPE_H */