summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.h
diff options
context:
space:
mode:
authorzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-21 05:11:51 +0000
committerzelgadis <zelgadis@c06c8d41-db1a-0410-9941-cceddc491573>2007-09-21 05:11:51 +0000
commite6f92f58fb62ddc074838485a4dac3ce5d068a8d (patch)
treeee54c4fa76b0f06d48e398e3d0faf5e1adb31880 /crawl-ref/source/describe.h
parent1640dccce5b2bab627f03607f80bfc7cd4b57327 (diff)
downloadcrawl-ref-e6f92f58fb62ddc074838485a4dac3ce5d068a8d.tar.gz
crawl-ref-e6f92f58fb62ddc074838485a4dac3ce5d068a8d.zip
Can now search the description database by name (keyword) with '?/'.
Not adding to 0.3-branch yet in case it needs some tweaks. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2170 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.h')
-rw-r--r--crawl-ref/source/describe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/describe.h b/crawl-ref/source/describe.h
index af067e0415..875c86b8c0 100644
--- a/crawl-ref/source/describe.h
+++ b/crawl-ref/source/describe.h
@@ -72,6 +72,8 @@ void describe_spell(spell_type spelled);
* *********************************************************************** */
std::string ghost_description(const monsters &mons, bool concise = false);
+void print_description( const std::string &d );
+
const char *trap_name(trap_type trap);
int str_to_trap(const std::string &s);