summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/map_knowledge.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/map_knowledge.h')
-rw-r--r--crawl-ref/source/map_knowledge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/map_knowledge.h b/crawl-ref/source/map_knowledge.h
index ee58ec51a5..a11b96fa88 100644
--- a/crawl-ref/source/map_knowledge.h
+++ b/crawl-ref/source/map_knowledge.h
@@ -17,6 +17,7 @@ struct map_cell
unsigned glyph() const;
dungeon_feature_type feat() const;
+ show_item_type item() const;
bool known() const;
bool seen() const;
};