summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 20:38:04 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 20:38:04 +0000
commit0ccc499b94a92c3467fafffc147d78e1c16167b2 (patch)
tree37be1f9606bdccdfe3292422a0235a30f8b6f334 /crawl-ref/source/spells2.h
parentbd4a9cb9d0fc64d9938428fdfb78a4c3764e7380 (diff)
downloadcrawl-ref-0ccc499b94a92c3467fafffc147d78e1c16167b2.tar.gz
crawl-ref-0ccc499b94a92c3467fafffc147d78e1c16167b2.zip
Clean up yet again.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5553 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 1e50ebc6f6..315376a470 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -157,6 +157,8 @@ bool cast_demonic_horde(int pow, bool god_gift = false);
bool cast_summon_ice_beast(int pow, bool god_gift = false);
+bool cast_summon_ugly_thing(int pow, bool god_gift = false);
+
bool summon_general_creature_spell(spell_type spell, int pow,
bool god_gift = false);