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:
@@ -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
|
||||
|
Reference in New Issue
Block a user