summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h12
1 files changed, 2 insertions, 10 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 4f6bffc642..6ae30e9441 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -100,6 +100,7 @@ public:
tag );
}
+ virtual void select( int qty = -1 );
private:
void add_class_hotkeys(const item_def &i);
@@ -199,12 +200,6 @@ std::vector<SelItem> prompt_invent_items(
const std::vector<SelItem> *pre_select = NULL );
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: invent - ouch - shopping
- * *********************************************************************** */
-unsigned char invent( int item_class_inv, bool show_price );
-
unsigned char invent_select(
// Use NULL for stock Inventory title
const char *title = NULL,
@@ -219,10 +214,7 @@ unsigned char invent_select(
Menu::selitem_tfn fn = NULL,
const std::vector<SelItem> *pre_select = NULL );
-// last updated 24may2000 {dlb}
-/* ***********************************************************************
- * called from: acr - command - food - item_use - items - spl-book - spells1
- * *********************************************************************** */
+void browse_inventory( bool show_price );
unsigned char get_invent(int invent_type);
bool in_inventory(const item_def &i);