summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2011-02-04 12:01:36 +0100
committerRaphael Langella <raphael.langella@gmail.com>2011-02-04 13:44:26 +0100
commit120f289ee8091a3948044136eee30a724ffd0f43 (patch)
tree88301fc8a2649b3aa24d2b67b694e5b3f664a331 /crawl-ref/source/hints.h
parent80fa0472212e5c6afd78f1b01f1211efe2f35823 (diff)
downloadcrawl-ref-120f289ee8091a3948044136eee30a724ffd0f43.tar.gz
crawl-ref-120f289ee8091a3948044136eee30a724ffd0f43.zip
More verbose skill menu help for tutorial/hint.
Diffstat (limited to 'crawl-ref/source/hints.h')
-rw-r--r--crawl-ref/source/hints.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/hints.h b/crawl-ref/source/hints.h
index bfc4259a5c..1792b03991 100644
--- a/crawl-ref/source/hints.h
+++ b/crawl-ref/source/hints.h
@@ -163,8 +163,8 @@ void hints_first_item(const item_def& item);
void learned_something_new(hints_event_type seen_what,
coord_def gc = coord_def());
formatted_string hints_abilities_info(void);
-void print_hints_skills_info(void);
-void print_hints_skills_description_info(void);
+std::string hints_skills_info(void);
+std::string hints_skills_description_info(void);
// Additional information for tutorial players.
void check_item_hint(const item_def &item, unsigned int num_old_talents);