summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-24 14:26:15 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-24 14:26:15 +0000
commit56b6c4f46ec7516396c1473e9d5bfef7ea79765f (patch)
tree0760ef69dbd683099042c7a4ca8ddada120b7a35 /crawl-ref/source/describe.h
parentac55c640a0f0d349f73ebf49334781b9325c6be4 (diff)
downloadcrawl-ref-56b6c4f46ec7516396c1473e9d5bfef7ea79765f.tar.gz
crawl-ref-56b6c4f46ec7516396c1473e9d5bfef7ea79765f.zip
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
Diffstat (limited to 'crawl-ref/source/describe.h')
-rw-r--r--crawl-ref/source/describe.h6
1 files changed, 2 insertions, 4 deletions
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}
/* ***********************************************************************