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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/database.h b/crawl-ref/source/database.h
index b335af9699..8be7ed8ccc 100644
--- a/crawl-ref/source/database.h
+++ b/crawl-ref/source/database.h
@@ -46,6 +46,11 @@ std::vector<std::string> database_find_bodies(DBM *database,
bool ignore_case = false,
db_find_filter filter = NULL);
+
+std::string getWeightedSpeechString(const std::string &key,
+ const std::string &suffix,
+ const int weight = -1);
+
std::string getLongDescription(const std::string &key);
std::vector<std::string> getLongDescKeysByRegex(const std::string &regex,
db_find_filter filter = NULL);