summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorJon Knapp <thann@linux.com>2012-07-25 02:43:09 -0700
committerNeil Moore <neil@s-z.org>2012-08-01 22:30:52 -0400
commit43c9643ff835cfc2889f74e664ca13c6ddd5521f (patch)
tree0c3dea79f8c455f22dcf6dfb4585bd314c9d9b7d /crawl-ref/source/invent.h
parent7b358e689a90b0139353f75f4a9f4a57b3876355 (diff)
downloadcrawl-ref-43c9643ff835cfc2889f74e664ca13c6ddd5521f.tar.gz
crawl-ref-43c9643ff835cfc2889f74e664ca13c6ddd5521f.zip
Add more item types to the AP menu.
This is a combination of 4 commits: added food and misc items to the AP menu catagorized foods in the AP menu and added gold reduced food categories to two small autopickup menu bugfixes
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index c791b2f276..9d2d95564f 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -181,6 +181,8 @@ protected:
std::string temp_title;
};
+void get_class_hotkeys(const int type, std::vector<char> &glyphs);
+
bool any_items_to_select(int type_expect, bool msg = false, int excluded_slot = -1);
int prompt_invent_item(const char *prompt,