summaryrefslogtreecommitdiff
path: root/src/newgrf.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2008-02-29 08:48:01 +0000
committerpeter1138 <peter1138@openttd.org>2008-02-29 08:48:01 +0000
commit9ccce574386eb8daf97a0b55baa01be1bf5e01e9 (patch)
tree064d47c27a7440a3e1a27e39cc72ef4a99b5dacd /src/newgrf.h
parent6bdc8e5fae1c7fa5bc3a681e30e78de7c9b3f76b (diff)
downloadopenttd-9ccce574386eb8daf97a0b55baa01be1bf5e01e9.tar.xz
(svn r12317) -Fix [FS#1815]: Map string IDs that are embedded from other strings.
Diffstat (limited to 'src/newgrf.h')
-rw-r--r--src/newgrf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/newgrf.h b/src/newgrf.h
index 2f0028f4a..adf43921c 100644
--- a/src/newgrf.h
+++ b/src/newgrf.h
@@ -128,4 +128,6 @@ void CDECL grfmsg(int severity, const char *str, ...);
bool HasGrfMiscBit(GrfMiscBit bit);
bool GetGlobalVariable(byte param, uint32 *value);
+StringID MapGRFStringID(uint32 grfid, StringID str);
+
#endif /* NEWGRF_H */