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
commit1ba264866ab34ab1cb9fe0cd0296fc46e34b673f (patch)
treeeb735610b291d04eb8d084378a46cf3e14de30d6 /newgrf_config.h
parent292aeae137000a7ce7ab31df425918bbb52954c6 (diff)
downloadopenttd-1ba264866ab34ab1cb9fe0cd0296fc46e34b673f.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 */