File diff r27434:07a7eae56362 → r27435:a26109e60d6d
src/newgrf_config.h
Show inline comments
 
@@ -220,7 +220,7 @@ void ClearGRFConfigList(GRFConfig **conf
 
void ResetGRFConfig(bool defaults);
 
GRFListCompatibility IsGoodGRFConfigList(GRFConfig *grfconfig);
 
bool FillGRFDetails(GRFConfig *config, bool is_static, Subdirectory subdir = NEWGRF_DIR);
 
char *GRFBuildParamList(char *dst, const GRFConfig *c, const char *last);
 
std::string GRFBuildParamList(const GRFConfig *c);
 

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