summaryrefslogtreecommitdiff
path: root/src/newgrf_text.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-09-22 23:55:34 +0000
committerrubidium <rubidium@openttd.org>2007-09-22 23:55:34 +0000
commit08c5765c0ba34ccb2aee245fbd354205e8cffb64 (patch)
tree5340ffd36488542b738acc4e6c6c80a223189d8a /src/newgrf_text.h
parentb1fa49d3fa0d7e4a271bd6caa73ebf058aa9d7e9 (diff)
downloadopenttd-08c5765c0ba34ccb2aee245fbd354205e8cffb64.tar.xz
(svn r11145) -Codechange: add support for "decoding" TTDPs string codes wrt to registers 0x100 to 0x10F.
Diffstat (limited to 'src/newgrf_text.h')
-rw-r--r--src/newgrf_text.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/newgrf_text.h b/src/newgrf_text.h
index ec0fcdc91..6db086d0e 100644
--- a/src/newgrf_text.h
+++ b/src/newgrf_text.h
@@ -15,4 +15,8 @@ char *TranslateTTDPatchCodes(const char *str);
bool CheckGrfLangID(byte lang_id, byte grf_version);
+void PrepareTextRefStackUsage();
+void StopTextRefStackUsage();
+uint RemapNewGRFStringControlCode(uint scc, char **buff, const char **str, int64 *argv);
+
#endif /* NEWGRF_TEXT_H */