summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 409aff5a25..d982c3e997 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -56,11 +56,12 @@ int corpse_rot(int power);
int summon_elemental(int pow, int restricted_type, unsigned char unfriendly);
+class dist;
// last updated 24may2000 {dlb}
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-int vampiric_drain(int pow);
+int vampiric_drain(int pow, const dist &);
// last updated 24may2000 {dlb}