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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/shopping.h b/crawl-ref/source/shopping.h
index 48ad569d6a..f434cf31ce 100644
--- a/crawl-ref/source/shopping.h
+++ b/crawl-ref/source/shopping.h
@@ -24,10 +24,10 @@ int randart_value( const item_def &item );
unsigned int item_value( item_def item, bool ident = false );
void shop();
-shop_struct *get_shop(int sx, int sy);
+shop_struct *get_shop(const coord_def& where);
-std::string shop_name(int sx, int sy);
-std::string shop_name(int sx, int sy, bool add_stop);
+std::string shop_name(const coord_def& where);
+std::string shop_name(const coord_def& where, bool add_stop);
bool shoptype_identifies_stock(shop_type type);