diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-09-26 15:03:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-26 15:03:22 -0400 |
commit | 1491b1855b9a604642c6c882f29d489959189d93 (patch) | |
tree | b48426b94f51b5f972cc564daefb751da8fe6668 /include/constants/global.h | |
parent | de6e1e9ecf72f9ffad23d83a3cfccdbabd2b239b (diff) | |
parent | 208e1c968959c781562f0b94c03368385ce7012c (diff) |
Merge branch 'master' into document-eventscripts
Diffstat (limited to 'include/constants/global.h')
-rw-r--r-- | include/constants/global.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/constants/global.h b/include/constants/global.h index 31b89c709..091f735f4 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -65,6 +65,7 @@ #define MALE 0 #define FEMALE 1 +#define GENDER_COUNT 2 #define OPTIONS_BUTTON_MODE_NORMAL 0 #define OPTIONS_BUTTON_MODE_LR 1 |