summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.h
diff options
context:
space:
mode:
authorJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-03-31 21:10:37 +0200
committerJohanna Ploog <j-p-e-g@users.sourceforge.net>2010-03-31 21:10:37 +0200
commita4037ce2df8c7927056c05bc670a6f11ff6c9b60 (patch)
treede2fa59348fceccf5d3fd4b855b6e76d408f1ae0 /crawl-ref/source/database.h
parent9a5822ddc7796be20697117dddfde568aae4d930 (diff)
downloadcrawl-ref-a4037ce2df8c7927056c05bc670a6f11ff6c9b60.tar.gz
crawl-ref-a4037ce2df8c7927056c05bc670a6f11ff6c9b60.zip
Read species/background descriptions from the database.
Added two new files, backgrounds.txt and species.txt, that are for the most part empty except where filled with placeholder descriptions copied from the monster descriptions.
Diffstat (limited to 'crawl-ref/source/database.h')
-rw-r--r--crawl-ref/source/database.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/database.h b/crawl-ref/source/database.h
index 60029d9645..0fcae746c3 100644
--- a/crawl-ref/source/database.h
+++ b/crawl-ref/source/database.h
@@ -56,6 +56,8 @@ std::vector<std::string> getLongDescKeysByRegex(const std::string &regex,
std::vector<std::string> getLongDescBodiesByRegex(const std::string &regex,
db_find_filter filter = NULL);
+std::string getGameStartDescription(const std::string &key);
+
std::string getShoutString(const std::string &monst,
const std::string &suffix = "");
std::string getSpeakString(const std::string &key);