summaryrefslogtreecommitdiff
path: root/src/resources/db/chardb.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-01-09 20:44:02 +0300
committerAndrei Karas <akaras@inbox.ru>2015-01-09 20:44:02 +0300
commit7c6f3d5a9cc4e83520dc8c2ac75ec987e730d381 (patch)
treeb98490a46cb376fe4ae2237489be13619451ef1a /src/resources/db/chardb.h
parent0255911fce07d79d29684f9837f96a4c824f4040 (diff)
downloadplus-7c6f3d5a9cc4e83520dc8c2ac75ec987e730d381.tar.gz
plus-7c6f3d5a9cc4e83520dc8c2ac75ec987e730d381.tar.bz2
plus-7c6f3d5a9cc4e83520dc8c2ac75ec987e730d381.tar.xz
plus-7c6f3d5a9cc4e83520dc8c2ac75ec987e730d381.zip
Add min/max race into charcreation.xml.
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