summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.h
diff options
context:
space:
mode:
authorArxale <gafrie@gmail.com>2010-12-01 22:43:53 +0300
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-12-01 22:08:33 +0100
commit61c8f95f778d1febcf1116600da6e20c62844812 (patch)
tree1074aa4f79652ff28d38ac1cd479bc78048f3a34 /crawl-ref/source/stash.h
parent6dac77244f8a21f36cfdfec0bbc290b50e6bbc48 (diff)
downloadcrawl-ref-61c8f95f778d1febcf1116600da6e20c62844812.tar.gz
crawl-ref-61c8f95f778d1febcf1116600da6e20c62844812.zip
Feature mimics appearing in search results
Signed-off-by: Johanna Ploog <j-p-e-g@users.sourceforge.net>
Diffstat (limited to 'crawl-ref/source/stash.h')
-rw-r--r--crawl-ref/source/stash.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h
index 2cf1fb874d..1138305b31 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -262,6 +262,7 @@ public:
bool is_current() const;
+ void remove_shop(const coord_def& c);
private:
int _num_enabled_stashes() const;
void _update_corpses(int rot_time);
@@ -339,6 +340,7 @@ public:
void dump(const char *filename, bool identify = false) const;
+ void remove_shop(const coord_def& c);
private:
void get_matching_stashes(const base_pattern &search,
std::vector<stash_search_result> &results) const;