summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.h
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-28 23:20:50 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-28 23:20:50 -0700
commit359c7ea309f6bd5c08860e2422e5613dac9ca4ae (patch)
tree7733dc29ae7fd7210f94827e56ee2c5705f18207 /crawl-ref/source/output.h
parentc7140f0f8afd4b6418f178b2099b4cd9c674e2c5 (diff)
downloadcrawl-ref-359c7ea309f6bd5c08860e2422e5613dac9ca4ae.tar.gz
crawl-ref-359c7ea309f6bd5c08860e2422e5613dac9ca4ae.zip
Move redraw functions from stuff.cc -> output.cc
Diffstat (limited to 'crawl-ref/source/output.h')
-rw-r--r--crawl-ref/source/output.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/output.h b/crawl-ref/source/output.h
index 8ee7a490b4..5b2d99d829 100644
--- a/crawl-ref/source/output.h
+++ b/crawl-ref/source/output.h
@@ -40,6 +40,10 @@ void print_stats();
void print_stats_level();
void draw_border();
+void set_redraw_status(uint64_t flags);
+
+void redraw_screen();
+
string mpr_monster_list(bool past = false);
int update_monster_pane();