summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorkittel <tkpub_ahnfyc@doki.dk>2011-10-06 08:30:01 +0200
committerChris Campbell <chriscampbell89@gmail.com>2011-10-28 20:50:08 +0100
commit8fdc6e1e1da4a7fa0648f0433ac5bc41c2f8cfa4 (patch)
tree9fe2e2835073389934d6f61c8f334716bf49be61 /crawl-ref/source/invent.h
parent976349fd8c48176ba26334c84f31d5f2654b4f9c (diff)
downloadcrawl-ref-8fdc6e1e1da4a7fa0648f0433ac5bc41c2f8cfa4.tar.gz
crawl-ref-8fdc6e1e1da4a7fa0648f0433ac5bc41c2f8cfa4.zip
drop and pickup menu display new burden state
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index cd1fe59236..3760d809ab 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -202,7 +202,8 @@ int prompt_invent_item(const char *prompt,
std::vector<SelItem> select_items(
const std::vector<const item_def*> &items,
const char *title, bool noselect = false,
- menu_type mtype = MT_PICKUP);
+ menu_type mtype = MT_PICKUP,
+ invtitle_annotator titlefn = NULL);
std::vector<SelItem> prompt_invent_items(
const char *prompt,