summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/shopping.h
diff options
context:
space:
mode:
authorDarshan Shaligram <dshaligram@users.sourceforge.net>2010-06-06 23:11:57 +0530
committerDarshan Shaligram <dshaligram@users.sourceforge.net>2010-06-06 23:21:31 +0530
commite07a62311456104df8baf537e6d314bef8231828 (patch)
tree061c6d850d8a639a8df3a419827736352882ee53 /crawl-ref/source/shopping.h
parent4022adc8ff9473b7b66fbf7a7c6ef0269ec090b3 (diff)
downloadcrawl-ref-e07a62311456104df8baf537e6d314bef8231828.tar.gz
crawl-ref-e07a62311456104df8baf537e6d314bef8231828.zip
Handle traps and shops correctly when shifting the abyss.
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 ab874c7f09..ef844b7f3e 100644
--- a/crawl-ref/source/shopping.h
+++ b/crawl-ref/source/shopping.h
@@ -19,6 +19,9 @@ void shop();
shop_struct *get_shop(const coord_def& where);
+void destroy_shop_at(coord_def p);
+void destroy_shop(shop_struct *shop);
+
std::string shop_name(const coord_def& where);
std::string shop_name(const coord_def& where, bool add_stop);