summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 4278fa222a..d9739b4793 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -71,6 +71,11 @@ public:
const std::string &get_qualname() const;
const std::string &get_fullname() const;
const bool is_item_cursed() const;
+ const bool is_item_glowing() const;
+ const bool is_item_ego() const;
+ const bool is_item_art() const;
+ const bool is_item_equipped() const;
+ const int item_freshness() const;
private:
void add_class_hotkeys(const item_def &i);