diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-22 11:37:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-22 11:37:37 -0500 |
commit | c75296640d9c42897eecf229bc7fc294f60a65eb (patch) | |
tree | ece62ff0dfbe903b144a1f4987367fe113497541 /include/constants/global.h | |
parent | 407c49820e1e64ff6deb4480b6ff9aceb0a3b085 (diff) | |
parent | 2908c9fa954b2e4b6afa70f3686853ea69cf8569 (diff) |
Merge pull request #235 from GriffinRichards/doc-miscscript
Document some misc small scripts
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 420a9da71..24a61a1e6 100644 --- a/include/constants/global.h +++ b/include/constants/global.h @@ -36,6 +36,7 @@ #define MALE 0 #define FEMALE 1 +#define GENDER_COUNT 2 #define OPTIONS_BUTTON_MODE_HELP 0 #define OPTIONS_BUTTON_MODE_LR 1 |