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, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index f776c80cea..1e50ebc6f6 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -149,11 +149,13 @@ bool cast_summon_swarm(int pow, bool god_gift = false,
* *********************************************************************** */
bool cast_call_imp(int pow, bool god_gift = false);
+bool cast_call_canine_familiar(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 cast_summon_ice_beast(int pow, bool god_gift = false);
bool summon_general_creature_spell(spell_type spell, int pow,
bool god_gift = false);