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