Fix type issues with string parameter structs
This commit is contained in:
@@ -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 ¶meters, bool modify_parameters);
|
||||
|
||||
/** Mapping of language data between a NewGRF and OpenTTD. */
|
||||
|
Reference in New Issue
Block a user