diff options
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/personality_test.h | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/include/constants/personality_test.h b/include/constants/personality_test.h index c711b3c..bd6f159 100644 --- a/include/constants/personality_test.h +++ b/include/constants/personality_test.h @@ -1,8 +1,24 @@ #ifndef GUARD_CONSTANTS_PERSONALITY_TEST_H #define GUARD_CONSTANTS_PERSONALITY_TEST_H +enum NaturePersonalities { + HARDY, + DOCILE, + BRAVE, + JOLLY, + IMPISH, + NAIVE, + TIMID, + HASTY, + SASSY, + CALM, + RELAXED, + LONELY, + QUIRKY, + NUM_PERSONALITIES +}; + #define NUM_PARTNERS 10 -#define NUM_PERSONALITIES 13 #define NUM_QUIZ_QUESTIONS 55 #define MAX_ASKED_QUESTIONS 8 |