summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/output.h')
-rw-r--r--crawl-ref/source/output.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/output.h b/crawl-ref/source/output.h
index be635602b8..20ed669dc2 100644
--- a/crawl-ref/source/output.h
+++ b/crawl-ref/source/output.h
@@ -48,6 +48,11 @@ void update_message_status();
void update_turn_count();
+#ifdef USE_TILE
+void draw_hp_bar(int val, int max_val);
+void draw_mp_bar(int val, int max_val);
+#endif
+
void print_stats(void);
std::vector<formatted_string> get_full_detail(bool calc_unid, long score = -1);