forked from mirror/OpenTTD
Remove: obsolete NewGRF text unprinting. (#10884)
Co-authored-by: Rubidium <rubidium@openttd.org>
This commit is contained in:
@@ -49,7 +49,7 @@ void RewindTextRefStack();
|
||||
bool UsingNewGRFTextStack();
|
||||
struct TextRefStack *CreateTextRefStackBackup();
|
||||
void RestoreTextRefStackBackup(struct TextRefStack *backup);
|
||||
uint RemapNewGRFStringControlCode(uint scc, char *buf_start, char **buff, const char **str, int64 *argv, uint argv_size, bool modify_argv);
|
||||
uint RemapNewGRFStringControlCode(uint scc, const char **str, int64 *argv, uint argv_size, bool modify_argv);
|
||||
|
||||
/** Mapping of language data between a NewGRF and OpenTTD. */
|
||||
struct LanguageMap {
|
||||
|
Reference in New Issue
Block a user