summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemname.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-08-12 15:11:13 +0200
committerRaphael Langella <raphael.langella@gmail.com>2011-08-12 15:15:14 +0200
commit875129a2f91a150d341ffc501eedc6c88add89fc (patch)
treefbff3cee4d58b3a196c2135298cc3fbb5b622444 /crawl-ref/source/itemname.h
parent604a43a1c2ac91c471f8494611879a889a820064 (diff)
downloadcrawl-ref-875129a2f91a150d341ffc501eedc6c88add89fc.tar.gz
crawl-ref-875129a2f91a150d341ffc501eedc6c88add89fc.zip
Add a new "show runes" command: "}"
See Mantis #4381. The "List weapons" command is moved to ^V. It's not great, but it's the only available keybinding I could find along with ^M.
Diffstat (limited to 'crawl-ref/source/itemname.h')
-rw-r--r--crawl-ref/source/itemname.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/itemname.h b/crawl-ref/source/itemname.h
index cea6d6a698..1370a68892 100644
--- a/crawl-ref/source/itemname.h
+++ b/crawl-ref/source/itemname.h
@@ -83,6 +83,7 @@ int property(const item_def &item, int prop_type);
const char* racial_description_string(const item_def& item, bool terse = false);
void check_item_knowledge(bool unknown_items = false);
+void display_runes();
std::string quant_name(const item_def &item, int quant,
description_level_type des, bool terse = false);