(svn r7357) -Codechange: new NewGRF set up window which allows modification of NewGRF settings.

This commit is contained in:
peter1138
2006-12-04 14:27:54 +00:00
parent 292aeae137
commit 1ba264866a
8 changed files with 502 additions and 150 deletions

View File

@@ -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 */