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 d1231bc9f5..e080c7ac22 100644
--- a/crawl-ref/source/itemprop.h
+++ b/crawl-ref/source/itemprop.h
@@ -166,4 +166,5 @@ equipment_type get_item_slot(const item_def& item);
std::string item_base_name(const item_def &item);
const char* weapon_base_name(unsigned char subtype);
+void seen_item(const item_def &item);
#endif