summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/quiver.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/quiver.h')
-rw-r--r--crawl-ref/source/quiver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/quiver.h b/crawl-ref/source/quiver.h
index 5014cc1a8f..16f9ef5470 100644
--- a/crawl-ref/source/quiver.h
+++ b/crawl-ref/source/quiver.h
@@ -39,6 +39,7 @@ class player_quiver
// Callbacks from engine
void set_quiver(const item_def &item, ammo_t ammo_type);
+ void empty_quiver(ammo_t ammo_type);
void on_item_fired(const item_def &item, bool explicitly_chosen = false);
void on_item_fired_fi(const item_def &item);
void on_inv_quantity_changed(int slot, int amt);