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.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/crawl-ref/source/items.h b/crawl-ref/source/items.h
index c4bca72527..53a779c2b9 100644
--- a/crawl-ref/source/items.h
+++ b/crawl-ref/source/items.h
@@ -3,6 +3,8 @@
* Summary: Misc (mostly) inventory related functions.
* Written by: Linley Henzell
*
+ * Modified for Crawl Reference by $Author$ on $Date$
+ *
* Change History (most recent first):
*
* <2> 6/9/99 DML Autopickup
@@ -15,12 +17,6 @@
#include "externs.h"
-// used in acr.cc {dlb}:
-extern int autopickup_on;
-
-// used in initfile.cc {dlb}:
-extern long autopickups;
-
bool is_valid_item( const item_def &item );
bool dec_inv_item_quantity( int obj, int amount );
@@ -121,6 +117,8 @@ void handle_time( long time_delta );
* *********************************************************************** */
int inv_count(void);
+void show_items();
+
void cmd_destroy_item( void );
bool pickup_single_item(int link, int qty);