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
commit136e26925e73c686480828e14f17c3039cf40048 (patch)
treedfdce4df425e98d4331f3984284904c541a8d2a1 /src/strings_func.h
parent312d54bc3bc2b8c8919d6a074b0549418442a177 (diff)
downloadopenttd-136e26925e73c686480828e14f17c3039cf40048.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 */