summaryrefslogtreecommitdiff
path: root/newgrf_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'newgrf_config.h')
-rw-r--r--newgrf_config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/newgrf_config.h b/newgrf_config.h
index cfe77b7f0..870ace532 100644
--- a/newgrf_config.h
+++ b/newgrf_config.h
@@ -41,4 +41,7 @@ void ResetGRFConfig(bool defaults);
bool IsGoodGRFConfigList(void);
bool FillGRFDetails(GRFConfig *config);
+/* In newgrf_gui.c */
+void ShowNewGRFSettings(bool editable, bool show_params, GRFConfig **config);
+
#endif /* NEWGRF_CONFIG_H */