summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tutorial.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-30 15:31:14 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-30 15:31:14 +0000
commit3f99f1f82b88899852215c54dc2e111956094bd5 (patch)
tree30518807e3dad373bd7228118091245a2690efca /crawl-ref/source/tutorial.h
parent545034c7339efbe30c3ca89731979448345774a6 (diff)
downloadcrawl-ref-3f99f1f82b88899852215c54dc2e111956094bd5.tar.gz
crawl-ref-3f99f1f82b88899852215c54dc2e111956094bd5.zip
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
Diffstat (limited to 'crawl-ref/source/tutorial.h')
-rw-r--r--crawl-ref/source/tutorial.h1
1 files changed, 1 insertions, 0 deletions
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);