summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2009-11-15 18:20:00 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2009-11-15 18:20:00 +1000
commitb3db32a1027c60c2ceea9e44697b833e660cb295 (patch)
tree6abb1e70bb3a2921f292025c3560d3a2b57d3d71 /crawl-ref/source/describe.h
parent31af7d6cff01364f4a62eeffbc31c1a54e3ffcd5 (diff)
downloadcrawl-ref-b3db32a1027c60c2ceea9e44697b833e660cb295.tar.gz
crawl-ref-b3db32a1027c60c2ceea9e44697b833e660cb295.zip
set_feature_quote, complement to set_feature_desc_long/short.
Diffstat (limited to 'crawl-ref/source/describe.h')
-rw-r--r--crawl-ref/source/describe.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/describe.h b/crawl-ref/source/describe.h
index ab07f30fa6..3b68325015 100644
--- a/crawl-ref/source/describe.h
+++ b/crawl-ref/source/describe.h
@@ -52,6 +52,9 @@ void get_feature_desc(const coord_def &gc, describe_info &inf);
void set_feature_desc_long(const std::string &raw_name,
const std::string &desc);
+void set_feature_quote(const std::string &raw_name,
+ const std::string &quote);
+
void describe_item(item_def &item, bool allow_inscribe = false,
bool shopping = false);
void get_item_desc(const item_def &item, describe_info &inf,