summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/command.h')
-rw-r--r--crawl-ref/source/command.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/command.h b/crawl-ref/source/command.h
index 54424d4045..f371cedc8c 100644
--- a/crawl-ref/source/command.h
+++ b/crawl-ref/source/command.h
@@ -57,10 +57,11 @@ void list_armour(void);
* *********************************************************************** */
void list_jewellery(void);
-
void swap_inv_slots(int slot1, int slot2, bool verbose);
void show_levelmap_help();
+void list_commands(bool wizard);
+void browse_file(FILE* fp);
// Actually defined in acr.cc; we may want to move this to command.cc
void process_command(command_type cmd);