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.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index cc1c5b8820..0efea498a3 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -104,15 +104,9 @@ bool remove_ring(int slot = -1, bool announce = false);
* *********************************************************************** */
int get_fire_item_index(int start_from = 0, bool forward = true,
bool check_quiver = true);
-void shoot_thing(void);
+void fire_thing(int item=-1);
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
-void throw_anything(int slot = -1);
-
quiver_type get_quiver_type(void);
// last updated 12may2000 {dlb}