summaryrefslogtreecommitdiff
path: root/src/newgrf_text.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-10-17 20:09:16 +0000
committerrubidium <rubidium@openttd.org>2007-10-17 20:09:16 +0000
commiteaff35a821eb44c9bf01da782ba4c32936233cbb (patch)
tree56fa2e827c98faaabb1202da34159d2fe15e61db /src/newgrf_text.h
parent20ee70874407a3fe89c0c392affef9304e3960c5 (diff)
downloadopenttd-eaff35a821eb44c9bf01da782ba4c32936233cbb.tar.xz
(svn r11287) -Codechange: add support for pushing paramaters into NewIndustries' error messages. Patch by Csaboka.
Diffstat (limited to 'src/newgrf_text.h')
-rw-r--r--src/newgrf_text.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/newgrf_text.h b/src/newgrf_text.h
index 6db086d0e..9f77036d8 100644
--- a/src/newgrf_text.h
+++ b/src/newgrf_text.h
@@ -15,8 +15,11 @@ char *TranslateTTDPatchCodes(const char *str);
bool CheckGrfLangID(byte lang_id, byte grf_version);
-void PrepareTextRefStackUsage();
+void PrepareTextRefStackUsage(byte numEntries);
void StopTextRefStackUsage();
+void SwitchToNormalRefStack();
+void SwitchToErrorRefStack();
+void RewindTextRefStack();
uint RemapNewGRFStringControlCode(uint scc, char **buff, const char **str, int64 *argv);
#endif /* NEWGRF_TEXT_H */