diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-03-05 17:29:03 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-03-05 17:29:03 +0300 |
commit | 3fae3f59aad1f1f2eee1e1bfa088672787bc9c78 (patch) | |
tree | 570faffa2f7e786bc00feb2519031d6c46fedd0e /src/resources/db/itemdb.h | |
parent | 34bc5498ea3098ca83d454b1745255f060ab2797 (diff) | |
download | plus-3fae3f59aad1f1f2eee1e1bfa088672787bc9c78.tar.gz plus-3fae3f59aad1f1f2eee1e1bfa088672787bc9c78.tar.bz2 plus-3fae3f59aad1f1f2eee1e1bfa088672787bc9c78.tar.xz plus-3fae3f59aad1f1f2eee1e1bfa088672787bc9c78.zip |
Move getNumOfHairstyles from being to itemdb.
Diffstat (limited to 'src/resources/db/itemdb.h')
-rw-r--r-- | src/resources/db/itemdb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/db/itemdb.h b/src/resources/db/itemdb.h index 7cc47b121..e855c80ca 100644 --- a/src/resources/db/itemdb.h +++ b/src/resources/db/itemdb.h @@ -54,6 +54,8 @@ namespace ItemDB const ItemInfo &get(const int id) A_WARN_UNUSED; const ItemInfo &get(const std::string &name) A_WARN_UNUSED; + int getNumOfHairstyles() A_WARN_UNUSED; + // Items database typedef std::map<int, ItemInfo*> ItemInfos; typedef std::map<std::string, ItemInfo*> NamedItemInfos; |