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
commit0d5e3344fb92893eab104e287c3d6f88ddf5f409 (patch)
treedd0fc29db7a6a9141e65ad3b6e2d0d173cce9991 /newgrf_config.h
parent778f97c78650897448d9d901be2943bde99a0a45 (diff)
downloadopenttd-0d5e3344fb92893eab104e287c3d6f88ddf5f409.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);