summaryrefslogtreecommitdiff
path: root/newgrf_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'newgrf_config.h')
-rw-r--r--newgrf_config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/newgrf_config.h b/newgrf_config.h
index 870ace532..45d0e270d 100644
--- a/newgrf_config.h
+++ b/newgrf_config.h
@@ -40,6 +40,7 @@ void ClearGRFConfigList(GRFConfig *config);
void ResetGRFConfig(bool defaults);
bool IsGoodGRFConfigList(void);
bool FillGRFDetails(GRFConfig *config);
+char *GRFBuildParamList(char *dst, const GRFConfig *c, const char *last);
/* In newgrf_gui.c */
void ShowNewGRFSettings(bool editable, bool show_params, GRFConfig **config);