summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/items.h')
-rw-r--r--crawl-ref/source/items.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h
index 1693a16d08..3d59851843 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -90,6 +90,12 @@ void request_autopickup(bool do_pickup = true);
* *********************************************************************** */
void pickup(void);
+/* ***********************************************************************
+ * called from: directn
+ * *********************************************************************** */
+int item_name_specialness(const item_def& item);
+void item_list_on_square( std::vector<const item_def*>& items,
+ int obj, bool force_squelch = false );
// last updated 08jun2000 {dlb}
/* ***********************************************************************