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
commit240285b8d85be6ef852639073e5e2625e61b71b0 (patch)
tree5340ffd36488542b738acc4e6c6c80a223189d8a /src/newgrf_text.h
parentaa020847af7b31bbbcb665b3ef9463c26b6bc339 (diff)
downloadopenttd-240285b8d85be6ef852639073e5e2625e61b71b0.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 */