From d5e5340c3926d1cf97f6cba151ffaecb20bfb35f Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 2 Aug 2006 12:54:15 +0000 Subject: Integrated travel patch as of 20060727 git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7 c06c8d41-db1a-0410-9941-cceddc491573 --- trunk/source/output.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'trunk/source/output.h') diff --git a/trunk/source/output.h b/trunk/source/output.h index ab8f7e3c2d..1fa77fd34b 100644 --- a/trunk/source/output.h +++ b/trunk/source/output.h @@ -18,5 +18,15 @@ * *********************************************************************** */ void print_stats(void); +/* *********************************************************************** + * called from: chardump + * *********************************************************************** */ +void get_full_detail(char* buffer, bool calc_unid); + +const char *equip_slot_to_name(int equip); + +int equip_name_to_slot(const char *s); + +const char *equip_slot_to_name(int equip); #endif -- cgit v1.2.3-54-g00ecf