summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-31 10:08:50 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2006-12-31 10:08:50 +0000
commit7e486c26cf76ddd68ee8ceb04e9bded1bdc25242 (patch)
treec9edae284a4937b9b22308a89f380b23b510ec18 /crawl-ref/source/command.h
parent19f993c7183042c4666569fce41f7dbf39a61522 (diff)
downloadcrawl-ref-7e486c26cf76ddd68ee8ceb04e9bded1bdc25242.tar.gz
crawl-ref-7e486c26cf76ddd68ee8ceb04e9bded1bdc25242.zip
Put tables.txt into the help (hotkeyed to 's', for 'skills'.)
Made help accessible from the race/class choosing screens by '+'. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@755 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.h')
-rw-r--r--crawl-ref/source/command.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/command.h b/crawl-ref/source/command.h
index f371cedc8c..0ae598360b 100644
--- a/crawl-ref/source/command.h
+++ b/crawl-ref/source/command.h
@@ -61,7 +61,6 @@ 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);