summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/database.h')
-rw-r--r--crawl-ref/source/database.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/database.h b/crawl-ref/source/database.h
index a29b2dd3a0..e3b0b94750 100644
--- a/crawl-ref/source/database.h
+++ b/crawl-ref/source/database.h
@@ -68,4 +68,7 @@ std::string getHelpString(const std::string &topic);
std::string getMiscString(const std::string &misc,
const std::string &suffix = "");
+std::vector<std::string> getAllFAQKeys(void);
+std::string getFAQ_Question(const std::string &key);
+std::string getFAQ_Answer(const std::string &question);
#endif