summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 20:14:18 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 20:14:18 +0000
commitb7594aaf2042402a9f4ad0c31a7bfe860db8899c (patch)
treefc7707f1145c98bf3ce4217bcfc9fcf6c06080b3 /crawl-ref/source/spells2.h
parent8aab14729f0fa115555cc4eda9d2b8c1e71873aa (diff)
downloadcrawl-ref-b7594aaf2042402a9f4ad0c31a7bfe860db8899c.tar.gz
crawl-ref-b7594aaf2042402a9f4ad0c31a7bfe860db8899c.zip
Clean up yet more.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5550 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h4
1 files changed, 4 insertions, 0 deletions
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,