workin on IRV

This commit is contained in:
Putnam
2019-12-17 14:18:13 -08:00
parent f244ac84b2
commit 9f21fca798
3 changed files with 65 additions and 19 deletions
+5
View File
@@ -119,3 +119,8 @@
//belly sound pref things
#define NORMIE_HEARCHECK 4
// Voting stuff (move this somewhere else eventually probs)
#define PLURALITY 0
#define APPROVAL 1
#define IRV 2