summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop.h')
-rw-r--r--crawl-ref/source/itemprop.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/itemprop.h b/crawl-ref/source/itemprop.h
index 5c6ab77bd8..48f3c53796 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -150,6 +150,7 @@ bool is_shield_incompatible(const item_def &weapon,
const item_def *shield = NULL);
bool is_deck(const item_def &item);
+deck_rarity_type deck_rarity(const item_def &item);
// Only works for armour/weapons/missiles
std::string item_base_name(const item_def &item);