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 d8706ef31..b0aceef32 100644 --- a/src/resources/db/itemdb.h +++ b/src/resources/db/itemdb.h @@ -58,6 +58,8 @@ namespace ItemDB const ItemInfo &get(const int id) A_WARN_UNUSED; const ItemInfo &get(const std::string &name) A_WARN_UNUSED; + const ItemInfo &getEmpty() A_WARN_UNUSED; + int getNumOfHairstyles() A_WARN_UNUSED; // Items database |