mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2024-11-24 09:10:16 -06:00
include: add TC_ASSIGNABLE_NONE as a category
This commit is contained in:
parent
e89399de7e
commit
70e7df31c8
@ -11,8 +11,9 @@ extern "C" {
|
||||
It is a tree structure provided by a module. */
|
||||
|
||||
enum tc_assignable_value_category {
|
||||
TC_ASSIGNABLE_RANGE,
|
||||
TC_ASSIGNABLE_ENUM
|
||||
TC_ASSIGNABLE_NONE,
|
||||
TC_ASSIGNABLE_RANGE,
|
||||
TC_ASSIGNABLE_ENUM
|
||||
};
|
||||
|
||||
// Is the range double or integer
|
||||
|
Loading…
Reference in New Issue
Block a user