summaryrefslogtreecommitdiff
path: root/newgrf_config.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-12-04 14:27:54 +0000
committerpeter1138 <peter1138@openttd.org>2006-12-04 14:27:54 +0000
commitc7d3d996bf34218aa83764b055e9a3463d624308 (patch)
treeeb735610b291d04eb8d084378a46cf3e14de30d6 /newgrf_config.h
parent9a87e1e0ea23e4ca76ebc1b2d9bcc08110d5a674 (diff)
downloadopenttd-c7d3d996bf34218aa83764b055e9a3463d624308.tar.xz
(svn r7357) -Codechange: new NewGRF set up window which allows modification of NewGRF settings.
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 */