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 d37b00d2f5..bbf4683c66 100644
--- a/crawl-ref/source/player.h
+++ b/crawl-ref/source/player.h
@@ -291,6 +291,8 @@ unsigned long exp_needed(int lev);
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
+int get_expiration_threshold(duration_type dur);
+bool dur_expiring(duration_type dur);
void display_char_status(void);