summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-08 16:02:03 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-08 16:02:03 +0000
commit80c7baf5a9d6beab424479c2295d4a52b1ed757b (patch)
tree788d671ee7d55f173c4494b0037b6c48b77ebab0 /crawl-ref/source/itemname.h
parentbc14cb50b1c005ffa4442fb2f59c9e7fb74b1dd2 (diff)
downloadcrawl-ref-80c7baf5a9d6beab424479c2295d4a52b1ed757b.tar.gz
crawl-ref-80c7baf5a9d6beab424479c2295d4a52b1ed757b.zip
[2577409]: minor improvements to the shopping interface.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8979 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index b98715bcfd..a7b7bcd268 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -74,22 +74,11 @@ enum potion_description_qualifier_type
};
bool is_vowel( const char chr );
-
-/* ***********************************************************************
- * called from: debug - describe - dungeon - fight - files - item_use -
- * monstuff - mstuff2 - players - spells0
- * *********************************************************************** */
int property( const item_def &item, int prop_type );
-/* ***********************************************************************
- * called from: describe
- * *********************************************************************** */
const char* racial_description_string(const item_def& item, bool terse = false);
-/* ***********************************************************************
- * called from: acr
- * *********************************************************************** */
-void check_item_knowledge();
+bool check_item_knowledge(bool quiet);
std::string quant_name( const item_def &item, int quant,
description_level_type des, bool terse = false );