summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells1.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells1.h')
-rw-r--r--crawl-ref/source/spells1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/spells1.h b/crawl-ref/source/spells1.h
index 0e11e96d30..e95537b97e 100644
--- a/crawl-ref/source/spells1.h
+++ b/crawl-ref/source/spells1.h
@@ -57,6 +57,8 @@ int cast_healing(int pow, int target_x = -1, int target_y = -1);
void revitalisation_chain(int amount);
void reduce_revitalisation_chain(int amount);
+void remove_divine_robustness();
+void remove_divine_stamina();
int cast_revitalisation(int pow);
// last updated 24may2000 {dlb}