summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/output.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-29 18:12:52 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-11-29 18:12:52 +0000
commit61b0a568e4ac1a1c2c7fb8d038144488c0cd14d2 (patch)
tree1fb3a52208649aad9190b3640726ed0d0cb56dec /crawl-ref/source/output.h
parent828402203ba5dabe03082ad8a0768a4b6a66e542 (diff)
downloadcrawl-ref-61b0a568e4ac1a1c2c7fb8d038144488c0cd14d2.tar.gz
crawl-ref-61b0a568e4ac1a1c2c7fb8d038144488c0cd14d2.zip
Redid how the resists screen works (both in-game and in-dump.)
Minor notes refactoring. Added a basic notes browser on '_'. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@528 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/output.h')
-rw-r--r--crawl-ref/source/output.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/output.h b/crawl-ref/source/output.h
index 3025c8899d..685216d502 100644
--- a/crawl-ref/source/output.h
+++ b/crawl-ref/source/output.h
@@ -14,6 +14,8 @@
#ifndef OUTPUT_H
#define OUTPUT_H
+#include "menu.h"
+
// last updated 12may2000 {dlb}
/* ***********************************************************************
* called from: acr - player - stuff
@@ -23,7 +25,7 @@ void print_stats(void);
/* ***********************************************************************
* called from: chardump
* *********************************************************************** */
-void get_full_detail(char* buffer, bool calc_unid);
+std::vector<formatted_string> get_full_detail(bool calc_unid);
const char *equip_slot_to_name(int equip);