summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/shopping.h')
-rw-r--r--crawl-ref/source/shopping.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/shopping.h b/crawl-ref/source/shopping.h
index 5ff854159e..ab874c7f09 100644
--- a/crawl-ref/source/shopping.h
+++ b/crawl-ref/source/shopping.h
@@ -60,6 +60,9 @@ public:
int size() const;
+ static bool items_are_same(const item_def& item_a,
+ const item_def& item_b);
+
private:
CrawlVector* list;