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 02a07c723..653b5ff83 100644
--- a/src/resources/db/chardb.h
+++ b/src/resources/db/chardb.h
@@ -63,6 +63,10 @@ namespace CharDB
unsigned getMaxLook() A_WARN_UNUSED;
+ unsigned getMinRace() A_WARN_UNUSED;
+
+ unsigned getMaxRace() A_WARN_UNUSED;
+
const std::vector<int> &getDefaultItems() A_WARN_UNUSED;
} // namespace CharDB