File diff r24216:bee2183ce93e → r24217:df2f5854f1e3
src/settings_internal.h
Show inline comments
 
@@ -24,14 +24,15 @@ enum SettingDescType : byte {
 
	SDT_NUMX        = 0, ///< any number-type
 
	SDT_BOOLX       = 1, ///< a boolean number
 
	SDT_ONEOFMANY   = 2, ///< bitmasked number where only ONE bit may be set
 
	SDT_MANYOFMANY  = 3, ///< bitmasked number where MULTIPLE bits may be set
 
	SDT_INTLIST     = 4, ///< list of integers separated by a comma ','
 
	SDT_STRING      = 5, ///< string with a pre-allocated buffer
 
	SDT_STDSTRING   = 6, ///< \c std::string
 
	SDT_END,
 
	/* 10 more possible primitives */
 
	/* 9 more possible primitives */
 
};
 

	
 

	
 
enum SettingGuiFlag : uint16 {
 
	/* 1 byte allocated for a maximum of 8 flags
 
	 * Flags directing saving/loading of a variable */