diff --git a/structs.h b/structs.h index 179af002..d81d561a 100644 --- a/structs.h +++ b/structs.h @@ -40,8 +40,8 @@ typedef enum /** Rules for floating rule */ typedef enum { - Yes, - No, + No = False, + Yes = True, Auto } Fuzzy;