summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/menu.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-13 21:10:05 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-13 21:10:05 +0000
commit725e6975fd33e7e0c164bf757778d3b3cc867f34 (patch)
tree19cc9442f128a7af03697ede44fff9415bf28a57 /crawl-ref/source/menu.h
parent6d6703ddc09ee848464bdcbb4ae69cbfcda70993 (diff)
downloadcrawl-ref-725e6975fd33e7e0c164bf757778d3b3cc867f34.tar.gz
crawl-ref-725e6975fd33e7e0c164bf757778d3b3cc867f34.zip
Requesting help when choosing race/class jumps you to the appropriate section of the
manual. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1034 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/menu.h')
-rw-r--r--crawl-ref/source/menu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/menu.h b/crawl-ref/source/menu.h
index 84e0d44df4..3a8eb8769e 100644
--- a/crawl-ref/source/menu.h
+++ b/crawl-ref/source/menu.h
@@ -358,6 +358,7 @@ public:
int hotkey = 0);
virtual void add_item_string(const std::string& s, int hotkey = 0);
virtual void add_text(const std::string& s);
+ virtual bool jump_to_hotkey( int keyin );
virtual ~formatted_scroller();
protected:
virtual bool page_down();