(svn r7464) -Codechange: move BuildParamList from newgrf_gui to newgrf_config and

prefix with GRF.
This commit is contained in:
peter1138
2006-12-10 11:29:14 +00:00
parent 4ac40e64c1
commit f27cc51674
3 changed files with 20 additions and 19 deletions

View File

@@ -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);