summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 21:43:07 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 21:43:07 +0000
commit4e09ab3a1e2477f405ec94e02a4b5aba22928b7a (patch)
tree575e3011fbcecdf9684d4170abb024271df60424 /crawl-ref/source/spells3.h
parent28595dfdcc32c09e67c728eb3cba0af9acab38fe (diff)
downloadcrawl-ref-4e09ab3a1e2477f405ec94e02a4b5aba22928b7a.tar.gz
crawl-ref-4e09ab3a1e2477f405ec94e02a4b5aba22928b7a.zip
Move most of the demon-summoning routines to spells3.cc, since they're
unholy. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5611 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index 2bba87a45f..fc32f03151 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -112,6 +112,13 @@ bool remove_curse(bool suppress_msg);
* *********************************************************************** */
bool cast_sublimation_of_blood(int pow);
+bool cast_call_imp(int pow, bool god_gift = false);
+bool summon_lesser_demon(int pow, bool god_gift = false);
+bool summon_common_demon(int pow, bool god_gift = false);
+bool summon_greater_demon(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_summon_greater_demon(int pow, bool god_gift = false);
bool cast_summon_horrible_things(int pow, bool god_gift = false);
bool cast_simulacrum(int pow, bool god_gift = false);