summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 19:47:40 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 19:47:40 +0000
commita8d638664c1066411b026ca06838b169984e078d (patch)
tree30fc8a958e2d63be10030c9685fb946c8f0a502a /crawl-ref/source/spells3.h
parent95e59f96be707defda5bc535d5e72b2f96fc0b21 (diff)
downloadcrawl-ref-a8d638664c1066411b026ca06838b169984e078d.tar.gz
crawl-ref-a8d638664c1066411b026ca06838b169984e078d.zip
Reorganize again, and move cast_summon_wraiths() to spells3.cc, since
it's a necromantic spell. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5604 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index cc0cb08705..7b7c539dd6 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -111,8 +111,11 @@ bool remove_curse(bool suppress_msg);
* called from: spell
* *********************************************************************** */
bool cast_sublimation_of_blood(int pow);
-bool simulacrum(int pow, bool god_gift = false);
-bool summon_horrible_things(int pow, bool god_gift = false);
+
+bool cast_summon_horrible_things(int pow, bool god_gift = false);
+
+bool cast_simulacrum(int pow, bool god_gift = false);
+bool cast_summon_wraiths(int pow, bool god_gift = false);
bool cast_death_channel(int pow, bool god_gift = false);