summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 20:53:42 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 20:53:42 +0000
commit46a28d2a16ce83edcd522516daf40a6e44f19977 (patch)
tree6d0c857c6e008de6a42cf7e9aeab5353a03534dd /crawl-ref/source/spells2.h
parent0ccc499b94a92c3467fafffc147d78e1c16167b2 (diff)
downloadcrawl-ref-46a28d2a16ce83edcd522516daf40a6e44f19977.tar.gz
crawl-ref-46a28d2a16ce83edcd522516daf40a6e44f19977.zip
Clean up again.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5554 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 315376a470..6739eeed91 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -159,6 +159,8 @@ bool cast_summon_ice_beast(int pow, bool god_gift = false);
bool cast_summon_ugly_thing(int pow, bool god_gift = false);
+bool cast_summon_greater_demon(int pow, bool god_gift = false);
+
bool summon_general_creature_spell(spell_type spell, int pow,
bool god_gift = false);