From f27cc51674206906f084377bf8df24c3ac10a9ea Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 10 Dec 2006 11:29:14 +0000 Subject: (svn r7464) -Codechange: move BuildParamList from newgrf_gui to newgrf_config and prefix with GRF. --- newgrf_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'newgrf_config.h') diff --git a/newgrf_config.h b/newgrf_config.h index 870ace532..45d0e270d 100644 --- a/newgrf_config.h +++ b/newgrf_config.h @@ -40,6 +40,7 @@ void ClearGRFConfigList(GRFConfig *config); void ResetGRFConfig(bool defaults); bool IsGoodGRFConfigList(void); bool FillGRFDetails(GRFConfig *config); +char *GRFBuildParamList(char *dst, const GRFConfig *c, const char *last); /* In newgrf_gui.c */ void ShowNewGRFSettings(bool editable, bool show_params, GRFConfig **config); -- cgit v1.2.3-54-g00ecf