summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-cast.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-cast.h')
-rw-r--r--crawl-ref/source/mon-cast.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-cast.h b/crawl-ref/source/mon-cast.h
index 5d10125d98..6d7d023abc 100644
--- a/crawl-ref/source/mon-cast.h
+++ b/crawl-ref/source/mon-cast.h
@@ -12,9 +12,13 @@
class monsters;
class bolt;
+void init_mons_spells();
+bool is_valid_mon_spell(spell_type spell);
+
bool handle_mon_spell(monsters *monster, bolt &beem);
-bolt mons_spells(monsters *mons, spell_type spell_cast, int power);
+bolt mons_spells(monsters *mons, spell_type spell_cast, int power,
+ bool check_validity = false);
void mons_cast(monsters *monster, bolt &pbolt, spell_type spell_cast,
bool do_noise = true);
void mons_cast_noise(monsters *monster, bolt &pbolt, spell_type spell_cast);