diff options
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; |