summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/database.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-01 01:35:07 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-01 01:35:07 +0000
commit62d953c65b657eca6880483b8b4382aba66e45ac (patch)
treef01204e0de88863c50efea0e95ca373ad3782274 /crawl-ref/source/database.h
parentf81059ebbd6926656378e2f7d85a61e3bdc714c8 (diff)
downloadcrawl-ref-62d953c65b657eca6880483b8b4382aba66e45ac.tar.gz
crawl-ref-62d953c65b657eca6880483b8b4382aba66e45ac.zip
Lowercase the last of the the miscellaneous names text, and move it out
of the randart name database into its own database. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5385 c06c8d41-db1a-0410-9941-cceddc491573
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 c48c863a37..94471a4803 100644
--- a/crawl-ref/source/database.h
+++ b/crawl-ref/source/database.h
@@ -64,5 +64,7 @@ std::string getSpeakString(const std::string &monst);
std::string getRandNameString(const std::string &itemtype,
const std::string &suffix = "");
std::string getHelpString(const std::string &topic);
+std::string getMiscString(const std::string &misc,
+ const std::string &suffix = "");
#endif