summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 18:22:23 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-07 18:22:23 +0000
commit550f9e60f7fa74d4544512247fded8d69d5f2f7a (patch)
treefd9e7c76ccf8a451ee559a2009184accf7fa02cc /crawl-ref/source/spells2.h
parent3d8076086374c98bb2e90d342803f173d7cffd87 (diff)
downloadcrawl-ref-550f9e60f7fa74d4544512247fded8d69d5f2f7a.tar.gz
crawl-ref-550f9e60f7fa74d4544512247fded8d69d5f2f7a.zip
Clean up some more.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5546 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h20
1 files changed, 13 insertions, 7 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index d06a3b2e3b..153f8fa485 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -136,6 +136,19 @@ bool cast_summon_butterflies(int pow, bool god_gift = false);
bool cast_summon_scorpions(int pow, bool god_gift = false);
+// last updated 24may2000 {dlb}
+/* ***********************************************************************
+ * called from: ability - religion - spell
+ * *********************************************************************** */
+bool cast_summon_swarm(int pow, bool god_gift = false,
+ bool force_hostile = false, bool quiet = false);
+
+// last updated 24may2000 {dlb}
+/* ***********************************************************************
+ * called from: ability - spell
+ * *********************************************************************** */
+bool cast_call_imp(int pow, bool god_gift = false);
+
bool summon_general_creature_spell(spell_type spell, int pow,
bool god_gift = false);
@@ -159,13 +172,6 @@ void summon_small_mammals(int pow);
bool summon_berserker(int pow, bool force_hostile = false);
-// last updated 24may2000 {dlb}
-/* ***********************************************************************
- * called from: ability - religion - spell
- * *********************************************************************** */
-bool summon_swarm(int pow, bool god_gift = false, bool force_hostile = false,
- bool quiet = false);
-
// last updated 24may2000 {dlb}
/* ***********************************************************************