summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/quiver.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-24 14:45:58 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-24 14:45:58 +0000
commit35c489ed9b277beaad1bf41e788a6f61ce03ccb1 (patch)
tree53866df32af1ecf0bcb7991c10bf7313d4e9f0b5 /crawl-ref/source/quiver.h
parenta117fb1baf5f81a56014a174f0400622cdf2ab5d (diff)
downloadcrawl-ref-35c489ed9b277beaad1bf41e788a6f61ce03ccb1.tar.gz
crawl-ref-35c489ed9b277beaad1bf41e788a6f61ce03ccb1.zip
Tweak quiver command some more (allow clearing quiver).
Update documentation. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6113 c06c8d41-db1a-0410-9941-cceddc491573
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);