summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-14 19:20:46 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-05-14 19:20:46 +0000
commit6d0f9f01156a10880fe90479962e55eaa8c8ec23 (patch)
tree3999cc77f6ee880773cbe8412e1be8693cdd793c /crawl-ref/source/ouch.h
parentcefd272db601a50d2aef098e512d53376f1c160f (diff)
downloadcrawl-ref-6d0f9f01156a10880fe90479962e55eaa8c8ec23.tar.gz
crawl-ref-6d0f9f01156a10880fe90479962e55eaa8c8ec23.zip
Consolidate routines for elements' destroying items on the floor.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5038 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/ouch.h')
-rw-r--r--crawl-ref/source/ouch.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.h b/crawl-ref/source/ouch.h
index c8c3f11937..d51786072c 100644
--- a/crawl-ref/source/ouch.h
+++ b/crawl-ref/source/ouch.h
@@ -115,6 +115,7 @@ void lose_level(void);
* *********************************************************************** */
void drain_exp(bool announce_full = true);
-void expose_player_to_element( beam_type flavour, int strength = 0 );
+void expose_items_to_element(beam_type flavour, int x, int y);
+void expose_player_to_element(beam_type flavour, int strength = 0);
#endif