summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-12 17:04:52 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-12 17:04:52 +0000
commit3e749824ba7ecb63858063e6319a2b54e8abcf8c (patch)
tree59806d2d780bddf04355869cddb8aa81fcec25fc /crawl-ref/source/output.h
parent64c54b29c42ca145cfeba4fd47a2800846b45759 (diff)
downloadcrawl-ref-3e749824ba7ecb63858063e6319a2b54e8abcf8c.tar.gz
crawl-ref-3e749824ba7ecb63858063e6319a2b54e8abcf8c.zip
New % overview screen (JPEG).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1026 c06c8d41-db1a-0410-9941-cceddc491573
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 76956cd5cf..6d4f13fb13 100644
--- a/crawl-ref/source/output.h
+++ b/crawl-ref/source/output.h
@@ -28,4 +28,9 @@ int equip_name_to_slot(const char *s);
const char *equip_slot_to_name(int equip);
+void print_overview_screen(void);
+formatted_string get_full_detail2(bool calc_unid);
+std::vector<formatted_string> get_stat_info(void);
+std::vector<formatted_string> get_res_info(bool calc_unid);
+
#endif