From 61b0a568e4ac1a1c2c7fb8d038144488c0cd14d2 Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 29 Nov 2006 18:12:52 +0000 Subject: 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 --- crawl-ref/source/output.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/output.h') 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 get_full_detail(bool calc_unid); const char *equip_slot_to_name(int equip); -- cgit v1.2.3-54-g00ecf