diff options
Diffstat (limited to 'newgrf_text.h')
-rw-r--r-- | newgrf_text.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/newgrf_text.h b/newgrf_text.h index 62dc3c473..b9850a54e 100644 --- a/newgrf_text.h +++ b/newgrf_text.h @@ -11,5 +11,6 @@ StringID GetGRFStringID(uint32 grfid, uint16 stringid); char *GetGRFString(char *buff, uint16 stringid, const char* last); void CleanUpStrings(void); void SetCurrentGrfLangID(const char *iso_name); +char *TranslateTTDPatchCodes(const char *str); #endif /* NEWGRF_TEXT_H */ |