summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2013-01-14 00:14:05 +0100
committerRaphael Langella <raphael.langella@gmail.com>2013-01-14 00:16:11 +0100
commitf8bea7efb50797de8f87549cdf7bb732f97001a7 (patch)
tree102c39874518f298c053dd395a323276e1213e4c /crawl-ref/source/stash.h
parente113f069087158f8470a4db4b660525d3731d454 (diff)
downloadcrawl-ref-f8bea7efb50797de8f87549cdf7bb732f97001a7.tar.gz
crawl-ref-f8bea7efb50797de8f87549cdf7bb732f97001a7.zip
Allow toggling stack to expand shop inventory in search results.
Search for "shop" and press - to quickly see all available goods on the market.
Diffstat (limited to 'crawl-ref/source/stash.h')
-rw-r--r--crawl-ref/source/stash.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h
index 901bd51420..04dedfd0f2 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -113,6 +113,7 @@ public:
const;
string description() const;
+ vector<item_def> inventory() const;
void save(writer&) const;
void load(reader&);