summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/command.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-29 11:28:03 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-01-29 11:28:03 +0000
commit2304d9cd515a6061b14fa28885ea3e15fe0f7a59 (patch)
treefc7a709a3c639a3c93214804127a09c53ea105d2 /crawl-ref/source/command.h
parent77be5ae4a0b896e42f0169d880582f3842568c83 (diff)
downloadcrawl-ref-2304d9cd515a6061b14fa28885ea3e15fe0f7a59.tar.gz
crawl-ref-2304d9cd515a6061b14fa28885ea3e15fe0f7a59.zip
Moved monster descriptions in targeting from '?' to 'v'. Put targeting
help on '?'. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@903 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/command.h')
-rw-r--r--crawl-ref/source/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/command.h b/crawl-ref/source/command.h
index 0ae598360b..f33e79954a 100644
--- a/crawl-ref/source/command.h
+++ b/crawl-ref/source/command.h
@@ -60,6 +60,7 @@ void list_jewellery(void);
void swap_inv_slots(int slot1, int slot2, bool verbose);
void show_levelmap_help();
+void show_targeting_help();
void list_commands(bool wizard);
// Actually defined in acr.cc; we may want to move this to command.cc