(svn r16433) -Codechange: Remove most of CmdSetAutoreplace and replace it with calls to CmdChangeCompanySetting

This commit is contained in:
yexo
2009-05-26 13:29:01 +00:00
parent 795231995d
commit 68042a6dde
7 changed files with 63 additions and 121 deletions

View File

@@ -25,4 +25,7 @@ struct GRFConfig *LoadGRFPresetFromConfig(const char *config_name);
void SaveGRFPresetToConfig(const char *config_name, struct GRFConfig *config);
void DeleteGRFPresetFromConfig(const char *config_name);
uint GetCompanySettingIndex(const char *name);
void SyncCompanySettings();
#endif /* SETTINGS_FUNC_H */