majority judgement time
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
// Voting stuff (move this somewhere else eventually probs)
|
||||
#define PLURALITY_VOTING 0
|
||||
#define APPROVAL_VOTING 1
|
||||
#define RANKED_CHOICE_VOTING 2
|
||||
#define SCORE_VOTING 3
|
||||
|
||||
#define SCORE_OPTIONS 5
|
||||
|
||||
Reference in New Issue
Block a user