From 56b6c4f46ec7516396c1473e9d5bfef7ea79765f Mon Sep 17 00:00:00 2001 From: haranp Date: Tue, 24 Apr 2007 14:26:15 +0000 Subject: Initial stab at feature descriptions. I suppose I should have put them in the DB, right? git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1358 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/describe.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/describe.h') diff --git a/crawl-ref/source/describe.h b/crawl-ref/source/describe.h index 70949ae6b4..e3ba32baf4 100644 --- a/crawl-ref/source/describe.h +++ b/crawl-ref/source/describe.h @@ -38,19 +38,17 @@ std::string get_item_description( const item_def &item, bool verbose, * *********************************************************************** */ void describe_god( int which_god, bool give_title ); +void describe_feature_wide(int x, int y); -// last updated 12may2000 {dlb} /* *********************************************************************** * called from: item_use - shopping * *********************************************************************** */ void describe_item( const item_def &item ); -// last updated 12may2000 {dlb} /* *********************************************************************** * called from: direct * *********************************************************************** */ -void describe_monsters(int class_described, unsigned char which_mons); - +void describe_monsters(monsters &mons); // last updated 12may2000 {dlb} /* *********************************************************************** -- cgit v1.2.3-54-g00ecf