diff options
Diffstat (limited to 'src/item.h')
-rw-r--r-- | src/item.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/item.h b/src/item.h index ad051846d..4683f8816 100644 --- a/src/item.h +++ b/src/item.h @@ -154,6 +154,8 @@ class Item const ItemInfo &getInfo() const { return ItemDB::get(mId); } + std::string getName(); + static Image *getImage(int id, unsigned char color); bool isHaveTag(int tagId); |