From 36ac6df41458d10cf40fb837738b2f752bd05557 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Mon, 19 Oct 2009 16:12:04 +0200 Subject: Split actors and env from externs.h. --- crawl-ref/source/shopping.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/shopping.h') diff --git a/crawl-ref/source/shopping.h b/crawl-ref/source/shopping.h index d577f67a13..0bbaae8457 100644 --- a/crawl-ref/source/shopping.h +++ b/crawl-ref/source/shopping.h @@ -11,11 +11,11 @@ #include "externs.h" #include "itemname.h" -int artefact_value( const item_def &item ); +int artefact_value(const item_def &item); // ident == true overrides the item ident level and gives the price // as if the item was fully id'd -unsigned int item_value( item_def item, bool ident = false ); +unsigned int item_value(item_def item, bool ident = false); void shop(); shop_struct *get_shop(const coord_def& where); -- cgit v1.2.3-54-g00ecf