This commit is contained in:
Putnam
2019-12-17 15:48:28 -08:00
parent e6e68ae1a3
commit 04f82f3153
3 changed files with 41 additions and 35 deletions
+3 -3
View File
@@ -121,6 +121,6 @@
#define NORMIE_HEARCHECK 4
// Voting stuff (move this somewhere else eventually probs)
#define PLURALITY 0
#define APPROVAL 1
#define IRV 2
#define PLURALITY_VOTING 0
#define APPROVAL_VOTING 1
#define INSTANT_RUNOFF_VOTING 2