summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
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);