summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/quiver.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2010-10-08 23:29:24 +0200
committerRaphael Langella <raphael.langella@gmail.com>2010-10-08 23:29:24 +0200
commit61533f3cda7d895a16a502cdabe540930f33d079 (patch)
treef033dcb2c91e0a476561946ae1a7cb5af78db436 /crawl-ref/source/quiver.h
parent43cd9ead5e143cbab029f31cfb7658c57623cc16 (diff)
downloadcrawl-ref-61533f3cda7d895a16a502cdabe540930f33d079.tar.gz
crawl-ref-61533f3cda7d895a16a502cdabe540930f33d079.zip
Perform actions on item from the inventory
Mantis 2156
Diffstat (limited to 'crawl-ref/source/quiver.h')
-rw-r--r--crawl-ref/source/quiver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/quiver.h b/crawl-ref/source/quiver.h
index 02a9f3d6b4..13143dae37 100644
--- a/crawl-ref/source/quiver.h
+++ b/crawl-ref/source/quiver.h
@@ -77,7 +77,7 @@ class preserve_quiver_slots
int m_last_used_of_type[NUM_AMMO];
};
-
+void quiver_item(int slot);
void choose_item_for_quiver(void);
#endif