summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index d0ccb961c9..3597d42510 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -94,6 +94,8 @@ void throw_anything(void);
* *********************************************************************** */
void wear_armour( void );
+bool can_wear_armour(const item_def &item, bool verbose, bool ignore_temporary);
+
// last updated 10Sept2001 {bwr}
/* ***********************************************************************
* called from: acr