summaryrefslogtreecommitdiff
path: root/newgrf_config.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-12-10 11:29:14 +0000
committerpeter1138 <peter1138@openttd.org>2006-12-10 11:29:14 +0000
commitf27cc51674206906f084377bf8df24c3ac10a9ea (patch)
treedd0fc29db7a6a9141e65ad3b6e2d0d173cce9991 /newgrf_config.h
parent4ac40e64c1dd70b442dd74c68a9c2f9e0eabda8b (diff)
downloadopenttd-f27cc51674206906f084377bf8df24c3ac10a9ea.tar.xz
(svn r7464) -Codechange: move BuildParamList from newgrf_gui to newgrf_config and
prefix with GRF.
Diffstat (limited to 'newgrf_config.h')
-rw-r--r--newgrf_config.h1
1 files changed, 1 insertions, 0 deletions
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);