summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-06-26 14:51:43 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-06-26 15:07:34 +0200
commite052af6882a818705efb78e2ba8437cb8e6276b6 (patch)
treeaf0582b08e83692539ce0c85f2395c88a5941709 /crawl-ref/source/database.h
parentb1fa83a44e713e759d72970879eafaba613c7d08 (diff)
downloadcrawl-ref-e052af6882a818705efb78e2ba8437cb8e6276b6.tar.gz
crawl-ref-e052af6882a818705efb78e2ba8437cb8e6276b6.zip
Make a database to store hints mode messages.
This commit adds only a few, transferring the text will be a lot of work.
Diffstat (limited to 'crawl-ref/source/database.h')
-rw-r--r--crawl-ref/source/database.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/database.h b/crawl-ref/source/database.h
index 75eaa1e493..ea3c30be7a 100644
--- a/crawl-ref/source/database.h
+++ b/crawl-ref/source/database.h
@@ -50,6 +50,7 @@ std::string getRandNameString(const std::string &itemtype,
std::string getHelpString(const std::string &topic);
std::string getMiscString(const std::string &misc,
const std::string &suffix = "");
+std::string getHintString(const std::string &key);
std::vector<std::string> getAllFAQKeys(void);
std::string getFAQ_Question(const std::string &key);