summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.h')
-rw-r--r--crawl-ref/source/effects.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/effects.h b/crawl-ref/source/effects.h
index 0e2db7d125..e2c05fac02 100644
--- a/crawl-ref/source/effects.h
+++ b/crawl-ref/source/effects.h
@@ -114,6 +114,8 @@ int torment_monsters(coord_def where, int pow, int caster);
void immolation(int caster, bool known = false);
+void cleansing_flame(int pow, int caster);
+
// called from: debug
void change_labyrinth(bool msg = false);