00001 /* $Id: settings_func.h 11771 2008-01-07 00:19:09Z rubidium $ */ 00002 00005 #ifndef SETTINGS_FUNC_H 00006 #define SETTINGS_FUNC_H 00007 00008 bool IConsoleSetPatchSetting(const char *name, int32 value); 00009 void IConsoleGetPatchSetting(const char *name); 00010 void IConsoleListPatches(); 00011 00012 void LoadFromConfig(); 00013 void SaveToConfig(); 00014 void CheckConfig(); 00015 void UpdatePatches(); 00016 00017 #endif /* SETTINGS_FUNC_H */