summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 20:24:39 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 20:24:39 +0000
commitbd4a9cb9d0fc64d9938428fdfb78a4c3764e7380 (patch)
treec616bf8686788d91448b9710b5af9dc072802f59 /crawl-ref/source/spells2.h
parentba86334fd5a576409888450ff33a29665276b4d6 (diff)
downloadcrawl-ref-bd4a9cb9d0fc64d9938428fdfb78a4c3764e7380.tar.gz
crawl-ref-bd4a9cb9d0fc64d9938428fdfb78a4c3764e7380.zip
Clean up again.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5552 c06c8d41-db1a-0410-9941-cceddc491573
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);