summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 18:44:17 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 18:44:17 +0000
commitf5156c1a88350f8f2534e1bc80847172e74cf489 (patch)
treee3d36c4bdbc3b4ebc2d5e1532d17760e1d4965b4 /crawl-ref/source/spells2.h
parente5b3e8a0ce548ff817583809fadc06329db21a11 (diff)
downloadcrawl-ref-f5156c1a88350f8f2534e1bc80847172e74cf489.tar.gz
crawl-ref-f5156c1a88350f8f2534e1bc80847172e74cf489.zip
Add more cleanups.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5548 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 153f8fa485..23595c7316 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -149,6 +149,8 @@ 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 summon_general_creature_spell(spell_type spell, int pow,
bool god_gift = false);