File diff r9353:bc33456736f9 → r9354:358e967da2ca
src/settings_internal.h
Show inline comments
 
@@ -84,6 +84,6 @@ enum IniGroupType {
 
};
 

	
 
const SettingDesc *GetPatchFromName(const char *name, uint *i);
 
bool SetPatchValue(uint index, const Patches *object, int32 value);
 
bool SetPatchValue(uint index, const Settings *object, int32 value);
 

	
 
#endif /* SETTINGS_H */