From b7594aaf2042402a9f4ad0c31a7bfe860db8899c Mon Sep 17 00:00:00 2001 From: dolorous Date: Sat, 7 Jun 2008 20:14:18 +0000 Subject: Clean up yet more. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5550 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crawl-ref/source/spells2.h') diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h index 23595c7316..f776c80cea 100644 --- a/crawl-ref/source/spells2.h +++ b/crawl-ref/source/spells2.h @@ -149,6 +149,10 @@ bool cast_summon_swarm(int pow, bool god_gift = false, * *********************************************************************** */ bool cast_call_imp(int pow, bool god_gift = false); +bool cast_summon_demon(int pow, bool god_gift = false); + +bool cast_demonic_horde(int pow, bool god_gift = false); + bool cast_call_canine_familiar(int pow, bool god_gift = false); bool summon_general_creature_spell(spell_type spell, int pow, -- cgit v1.2.3-54-g00ecf