#define VOTE_SAVE "/daemon/save/votes/daemon" #define CLASSES ({ "rogue", "kataan", "mage", "monk", "cleric", "fighter" }) #define VOTE_OK 0 #define VOTE_ERROR 1 #define NOT_ELECTION_DAY 2 #define NOT_RUNNING 3 #define ALREADY_VOTED 4 #define BAD_VOTE 5 #define ALREADY_RUNNING 6 #define TOO_EARLY 7