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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index cc8522b76a..8df61d07b6 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -99,6 +99,8 @@ bool enchant_armour(int &ac_change, bool quiet, item_def &arm);
bool setup_missile_beam(const actor *actor, bolt &beam, item_def &item,
std::string &ammo_name, bool &returning);
+void throw_noise(actor* act, const bolt &pbolt, const item_def &ammo);
+
bool throw_it(bolt &pbolt, int throw_2, bool teleport = false,
int acc_bonus = 0, dist *target = NULL);