From cf87ca267353855c40cc29c08eb40b646693e3e2 Mon Sep 17 00:00:00 2001 From: zelgadis Date: Sun, 16 Sep 2007 00:46:32 +0000 Subject: In the item selection menu, pressing "." will toggle the next item in the list; you can press "." repeatedly to select/unselect a number of contiguous items. Also, removed the depedancy upon "menu.h" for formatted_string, since that isn't in menu.h anymore. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2101 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-book.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/spl-book.h') diff --git a/crawl-ref/source/spl-book.h b/crawl-ref/source/spl-book.h index ede00e0aee..29a01280fe 100644 --- a/crawl-ref/source/spl-book.h +++ b/crawl-ref/source/spl-book.h @@ -15,9 +15,10 @@ #define SPL_BOOK_H #include "externs.h" -#include "menu.h" #include "FixVec.h" +class formatted_string; + enum read_book_action_type { RBOOK_USE_STAFF, -- cgit v1.2.3-54-g00ecf