summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 21:14:34 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 21:14:34 +0000
commit857a0760acce7f0e7bf9346aeb5a0a050602ecc9 (patch)
treec96752a39eaced683e6c902d0bb535c3b39a3d0e /crawl-ref/source/spells2.h
parent46a28d2a16ce83edcd522516daf40a6e44f19977 (diff)
downloadcrawl-ref-857a0760acce7f0e7bf9346aeb5a0a050602ecc9.tar.gz
crawl-ref-857a0760acce7f0e7bf9346aeb5a0a050602ecc9.zip
Clean up yet some more.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5555 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 6739eeed91..079ad068b9 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -161,6 +161,8 @@ bool cast_summon_ugly_thing(int pow, bool god_gift = false);
bool cast_summon_greater_demon(int pow, bool god_gift = false);
+bool cast_summon_wraiths(int pow, bool god_gift = false);
+
bool summon_general_creature_spell(spell_type spell, int pow,
bool god_gift = false);