summaryrefslogtreecommitdiff
path: root/src/table/namegen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/table/namegen.h')
-rw-r--r--src/table/namegen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/table/namegen.h b/src/table/namegen.h
index a5d9974d6..d5a4b6107 100644
--- a/src/table/namegen.h
+++ b/src/table/namegen.h
@@ -1727,6 +1727,9 @@ typedef enum CzechAllow {
CZA_LONG = 4,
CZA_ALL = ~0
} CzechAllow;
+
+DECLARE_ENUM_AS_BIT_SET(CzechAllow);
+
// All these flags must be satisfied (in the stem->others direction):
typedef enum CzechChoose {
CZC_NONE = 0, // No requirements.
@@ -1736,6 +1739,8 @@ typedef enum CzechChoose {
CZC_ANY = ~0
} CzechChoose;
+DECLARE_ENUM_AS_BIT_SET(CzechChoose);
+
typedef struct CzechNameSubst {
CzechGender gender;
CzechAllow allow;