summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.h
diff options
context:
space:
mode:
authorpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-18 08:01:53 +0000
committerpauldubois <pauldubois@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-18 08:01:53 +0000
commit70eeeeec718a95bee1845c48545577551b2abbb7 (patch)
treec9e985af00e933ea0531e3cf75f293a18d55339e /crawl-ref/source/output.h
parent51211c2806b3953a2cbb2a072ac7b5c4ebb4b8c2 (diff)
downloadcrawl-ref-70eeeeec718a95bee1845c48545577551b2abbb7.tar.gz
crawl-ref-70eeeeec718a95bee1845c48545577551b2abbb7.zip
A lot of these changes are ASCII only because I can't test in tile;
please review and see if you want to un-ifdef TILE any of it. - Status lights are squished together - Remove one HUD line, so status lights only get two lines (ASCII only). - Make HUD a little bit wider, so more status lights fit (ASCII only). Add msg_max_height option; undocumented and only used internally (for now). - Refactor colour bars a little bit: - Update when resting (ASCII only) - Show recent increase as well as recent loss (ASCII only) - Color change for recent increase/loss goes away after a few turns (currently 4) git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4324 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/output.h')
-rw-r--r--crawl-ref/source/output.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/crawl-ref/source/output.h b/crawl-ref/source/output.h
index fe747d8f55..899576e562 100644
--- a/crawl-ref/source/output.h
+++ b/crawl-ref/source/output.h
@@ -48,11 +48,6 @@ 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 print_stats_level(const std::string& description);
void draw_border();