summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index 68a4faa952..af5645892a 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -91,6 +91,10 @@ bool is_vowel( const char chr );
* *********************************************************************** */
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