From 9d33bb1bdaf0f19ccaa742a316af9620b05b825d Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 3 Jul 2014 15:09:13 +0300 Subject: Add into items.xml option useButton. For now unused. --- src/resources/iteminfo.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/resources/iteminfo.h') diff --git a/src/resources/iteminfo.h b/src/resources/iteminfo.h index eb22b10d5..4c8ece517 100644 --- a/src/resources/iteminfo.h +++ b/src/resources/iteminfo.h @@ -96,6 +96,12 @@ class ItemInfo final void setType(const ItemType::Type type) { mType = type; } + void setUseButton(const std::string &str) + { mUseButton = str; } + + const std::string &getUseButton() const A_WARN_UNUSED + { return mUseButton; } + ItemType::Type getType() const A_WARN_UNUSED { return mType; } @@ -267,6 +273,7 @@ class ItemInfo final std::string mName; std::string mDescription; /**< Short description. */ std::string mEffect; /**< Description of effects. */ + std::string mUseButton; ItemType::Type mType; /**< Item type. */ int mWeight; /**< Weight in grams. */ int mView; /**< Item ID of how this item looks. */ -- cgit v1.2.3-60-g2f50