From 1ba264866ab34ab1cb9fe0cd0296fc46e34b673f Mon Sep 17 00:00:00 2001 From: peter1138 Date: Mon, 4 Dec 2006 14:27:54 +0000 Subject: (svn r7357) -Codechange: new NewGRF set up window which allows modification of NewGRF settings. --- newgrf_config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'newgrf_config.h') 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 */ -- cgit v1.2.3-54-g00ecf