File diff r14251:3ca1b5f41119 → r14252:43b941624db8
src/newgrf_config.h
Show inline comments
 
@@ -100,6 +100,7 @@ void ResetGRFConfig(bool defaults);
 
GRFListCompatibility IsGoodGRFConfigList();
 
bool FillGRFDetails(GRFConfig *config, bool is_static);
 
char *GRFBuildParamList(char *dst, const GRFConfig *c, const char *last);
 
GRFConfig *DuplicateGRFConfig(const GRFConfig *c);
 

	
 
/* In newgrf_gui.cpp */
 
void ShowNewGRFSettings(bool editable, bool show_params, bool exec_changes, GRFConfig **config);