Fix type issues with string parameter structs

This commit is contained in:
Jonathan G Rennison
2023-11-09 15:49:54 +00:00
parent fe57f3a089
commit 48e700bc32
5 changed files with 5 additions and 16 deletions

View File

@@ -54,7 +54,7 @@ bool UsingNewGRFTextStack();
struct TextRefStack *CreateTextRefStackBackup();
void RestoreTextRefStackBackup(struct TextRefStack *backup);
struct StringParameters;
class StringParameters;
uint RemapNewGRFStringControlCode(uint scc, char *buf_start, char **buff, const char **str, StringParameters &parameters, bool modify_parameters);
/** Mapping of language data between a NewGRF and OpenTTD. */