summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells4.h')
-rw-r--r--crawl-ref/source/spells4.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spells4.h b/crawl-ref/source/spells4.h
index 9226fdb10c..375b3d6e8a 100644
--- a/crawl-ref/source/spells4.h
+++ b/crawl-ref/source/spells4.h
@@ -12,6 +12,7 @@
#include "externs.h"
+struct dist;
struct bolt;
bool backlight_monsters(coord_def where, int pow, int garbage);
@@ -21,6 +22,7 @@ int make_a_normal_cloud(coord_def where, int pow, int spread_rate,
int disperse_monsters(coord_def where, int pow, int message);
void cast_bend(int pow);
+void remove_condensation_shield();
void cast_condensation_shield(int pow);
void remove_divine_shield();
void cast_divine_shield();