newgrf_config.h
changeset 5308 bad31e174cc6
parent 5237 c14c97d7030a
child 5329 2b117d8652f0
equal deleted inserted replaced
5307:3e336ae5724a 5308:bad31e174cc6
    38 const GRFConfig *GetGRFConfig(uint32 grfid);
    38 const GRFConfig *GetGRFConfig(uint32 grfid);
    39 void ClearGRFConfigList(GRFConfig *config);
    39 void ClearGRFConfigList(GRFConfig *config);
    40 void ResetGRFConfig(bool defaults);
    40 void ResetGRFConfig(bool defaults);
    41 bool IsGoodGRFConfigList(void);
    41 bool IsGoodGRFConfigList(void);
    42 bool FillGRFDetails(GRFConfig *config);
    42 bool FillGRFDetails(GRFConfig *config);
       
    43 char *GRFBuildParamList(char *dst, const GRFConfig *c, const char *last);
    43 
    44 
    44 /* In newgrf_gui.c */
    45 /* In newgrf_gui.c */
    45 void ShowNewGRFSettings(bool editable, bool show_params, GRFConfig **config);
    46 void ShowNewGRFSettings(bool editable, bool show_params, GRFConfig **config);
    46 
    47 
    47 #endif /* NEWGRF_CONFIG_H */
    48 #endif /* NEWGRF_CONFIG_H */