summaryrefslogtreecommitdiff
path: root/src/resources/db/chardb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db/chardb.h')
-rw-r--r--src/resources/db/chardb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/db/chardb.h b/src/resources/db/chardb.h
index 88cea5173..cc60bd954 100644
--- a/src/resources/db/chardb.h
+++ b/src/resources/db/chardb.h
@@ -47,6 +47,8 @@ namespace CharDB
unsigned *restrict const min,
unsigned *restrict const max);
+ void loadFlags(XmlNodeConstPtr node);
+
unsigned getMinHairColor() A_WARN_UNUSED;
unsigned getMaxHairColor() A_WARN_UNUSED;
@@ -70,6 +72,8 @@ namespace CharDB
unsigned getMaxRace() A_WARN_UNUSED;
const STD_VECTOR<BeingSlot> &getDefaultItems() A_WARN_UNUSED;
+
+ bool getShowHiddenGender();
} // namespace CharDB
#endif // RESOURCES_DB_CHARDB_H