summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorChris Oelmueller <chris.oelmueller@gmail.com>2013-12-09 06:29:10 +0100
committerNeil Moore <neil@s-z.org>2013-12-09 00:56:27 -0500
commitf10083366a2d46a9f928d0da53edfe4dd564709c (patch)
treece0bb1616036510198af793345714d25e1f748aa /crawl-ref/source/invent.h
parent2b1062468fdd0881c94898a69087fba475111c57 (diff)
downloadcrawl-ref-f10083366a2d46a9f928d0da53edfe4dd564709c.tar.gz
crawl-ref-f10083366a2d46a9f928d0da53edfe4dd564709c.zip
Coding style
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 2186ec8b31..46e32535a6 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -177,16 +177,16 @@ void get_class_hotkeys(const int type, 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,
- menu_type type,
- int type_expect,
- bool must_exist = true,
- bool allow_auto_list = true,
- bool allow_easy_quit = true,
- const char other_valid_char = '\0',
- int excluded_slot = -1,
- int *const count = NULL,
- operation_types oper = OPER_ANY,
- bool allow_list_known = false);
+ menu_type type,
+ int type_expect,
+ bool must_exist = true,
+ bool allow_auto_list = true,
+ bool allow_easy_quit = true,
+ const char other_valid_char = '\0',
+ int excluded_slot = -1,
+ int *const count = NULL,
+ operation_types oper = OPER_ANY,
+ bool allow_list_known = false);
vector<SelItem> select_items(
const vector<const item_def*> &items,