summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/player.h')
-rw-r--r--crawl-ref/source/player.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 2a31244d4e..3fa3ebec74 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -174,6 +174,8 @@ bool player_can_smell();
bool player_can_swim();
bool player_likes_water(bool permanently = false);
+int player_mutation_level(mutation_type mut);
+
/* ***********************************************************************
* called from: fight - files - ouch
* *********************************************************************** */