summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-12 03:38:18 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-12 03:38:18 +0000
commit662e3cb4688c794cfb3294772cc49b96e5311bb8 (patch)
tree51cebd1ada2a0902ea77ddbd8d4360b54ec099a3 /crawl-ref/source/spells2.h
parent90af7d86d881ca87ac9471578af9725672614a90 (diff)
downloadcrawl-ref-662e3cb4688c794cfb3294772cc49b96e5311bb8.tar.gz
crawl-ref-662e3cb4688c794cfb3294772cc49b96e5311bb8.zip
Add yet more minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5747 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h21
1 files changed, 13 insertions, 8 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index d8d62c9f27..12db20b0bc 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -39,14 +39,6 @@ char burn_freeze(int pow, beam_type b_f);
int corpse_rot(int power);
-// last updated 24may2000 {dlb}
-/* ***********************************************************************
- * called from: it_use3 - spell
- * *********************************************************************** */
-bool summon_elemental(int pow, bool god_gift = false,
- monster_type restricted_type = MONS_PROGRAM_BUG,
- int unfriendly = 2);
-
struct dist;
// last updated 24may2000 {dlb}
/* ***********************************************************************
@@ -133,6 +125,19 @@ bool cast_summon_swarm(int pow, bool god_gift = false,
* called from: ability - spell
* *********************************************************************** */
bool cast_call_canine_familiar(int pow, bool god_gift = false);
+
+// last updated 24may2000 {dlb}
+/* ***********************************************************************
+ * called from: it_use3 - spell
+ * *********************************************************************** */
+bool cast_summon_elemental(int pow, bool god_gift = false,
+ monster_type restricted_type = MONS_PROGRAM_BUG,
+ int unfriendly = 2);
+
+// last updated 24may2000 {dlb}
+/* ***********************************************************************
+ * called from: ability - spell
+ * *********************************************************************** */
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_dragon(int pow, bool god_gift = false);