From 6d0f9f01156a10880fe90479962e55eaa8c8ec23 Mon Sep 17 00:00:00 2001 From: dolorous Date: Wed, 14 May 2008 19:20:46 +0000 Subject: 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 --- crawl-ref/source/ouch.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/ouch.h') 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 -- cgit v1.2.3-54-g00ecf