File diff r9353:bc33456736f9 → r9354:358e967da2ca
src/settings_internal.h
Show inline comments
 
@@ -81,9 +81,9 @@ typedef SettingDesc SettingDescGlobVarLi
 
enum IniGroupType {
 
	IGT_VARIABLES = 0, ///< values of the form "landscape = hilly"
 
	IGT_LIST      = 1, ///< a list of values, seperated by \n and terminated by the next group block
 
};
 

	
 
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 */