summaryrefslogtreecommitdiff
path: root/src/strings_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-19 08:21:55 +0000
committerrubidium <rubidium@openttd.org>2008-04-19 08:21:55 +0000
commit49cfba55bbaa018d199402547968dcaabea82b29 (patch)
treedfdce4df425e98d4331f3984284904c541a8d2a1 /src/strings_func.h
parent15242b17844cff61e870933b7759d729516a33ea (diff)
downloadopenttd-49cfba55bbaa018d199402547968dcaabea82b29.tar.xz
(svn r12782) -Codechange: remove some functions from functions.h and do not statically 'waste' memory when the old name array is not needed anymore.
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 */