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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/player.h b/crawl-ref/source/player.h
index 51fbb3da85..055649ff82 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -328,6 +328,7 @@ bool player_genus( genus_type which_genus,
species_type species = SP_UNKNOWN );
bool you_can_wear( int eq, bool special_armour = false );
+bool player_has_feet(void);
bool you_tran_can_wear( int eq, bool check_mutation = false );
/* ***********************************************************************