1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-09-01 02:07:57 +00:00

FRENCH: gender flags, fixed a bunch of small stuff

This commit is contained in:
Technochips
2022-07-05 19:57:02 +02:00
parent d315c74261
commit 3dc7c3b086
4 changed files with 308 additions and 300 deletions

View File

@@ -14,6 +14,10 @@
#define GEN_N 2
#define GEN_O 3
#define GENF_ELISION (1 << 3)
#define GENF_PLURALONLY (1 << 4)
#define GENF_PROPER (1 << 5)
#if MAC
#define IF_MAC(y,z) y
#else