diff options
-rw-r--r-- | doc/constants.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/constants.md b/doc/constants.md index e4945ae16..bec13413b 100644 --- a/doc/constants.md +++ b/doc/constants.md @@ -3661,6 +3661,11 @@ - `C_GOLD`: 16766720 - `C_VIOLET`: 15631086 +### Genders + +- `SEX_FEMALE`: 0 +- `SEX_MALE`: 1 + ## Hardcoded Constants (source) |