summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-28 01:47:02 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-28 01:47:02 +0200
commit0c8e6fc58f795c23f28994764781d757048206de (patch)
tree9ba4e02f71ff9313d492b7b48f4798481429be4e /crawl-ref/source/hints.h
parentc2af7258da88fad2ccd46ea284d21fbb1636a7b1 (diff)
downloadcrawl-ref-0c8e6fc58f795c23f28994764781d757048206de.tar.gz
crawl-ref-0c8e6fc58f795c23f28994764781d757048206de.zip
Put tutorial messages for tutorial 5 into the database.
Diffstat (limited to 'crawl-ref/source/hints.h')
-rw-r--r--crawl-ref/source/hints.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/hints.h b/crawl-ref/source/hints.h
index ac39f407af..2bdfb48b8f 100644
--- a/crawl-ref/source/hints.h
+++ b/crawl-ref/source/hints.h
@@ -198,4 +198,5 @@ struct hints_state
extern hints_state Hints;
+void tutorial_msg(const char *text, bool end = false);
#endif