From 3f99f1f82b88899852215c54dc2e111956094bd5 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 30 Mar 2008 15:31:14 +0000 Subject: Update the rest of the files to the new documentation name. Also add a preliminary tiles documentation with 'T' as a hotkey, re-add the readme on '!' after moving options_guide.txt to '&'. And now that the tutorial also allows inscriptions from viewing items, add an explanatory text for inscriptions. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3952 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/tutorial.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/tutorial.h') diff --git a/crawl-ref/source/tutorial.h b/crawl-ref/source/tutorial.h index ef3f8bbb32..0c3d13694b 100644 --- a/crawl-ref/source/tutorial.h +++ b/crawl-ref/source/tutorial.h @@ -46,6 +46,7 @@ formatted_string tut_abilities_info(); // additional information for tutorial players void tutorial_describe_item(const item_def &item); +void tutorial_inscription_info(bool autoinscribe); bool tutorial_feat_interesting(dungeon_feature_type feat); void tutorial_describe_feature(dungeon_feature_type feat); bool tutorial_monster_interesting(const monsters *mons); -- cgit v1.2.3-54-g00ecf