summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-12 20:42:42 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-03-12 20:42:42 +0000
commit6bb8ebbe1d9b86ce5cb492bd0a59cd8b29e831ef (patch)
treea03f43abc8a2fca032968b7792c6ac6da31fe989 /crawl-ref/source/describe.h
parentd2037387cfc89ae80196bcbd816a76c910312e7d (diff)
downloadcrawl-ref-6bb8ebbe1d9b86ce5cb492bd0a59cd8b29e831ef.tar.gz
crawl-ref-6bb8ebbe1d9b86ce5cb492bd0a59cd8b29e831ef.zip
Added KFEAT:, KITEM: and KMONS: map directives to allow placing specific
monsters, terrain (named altars, traps, shops) and items all on the same square. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1028 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.h')
-rw-r--r--crawl-ref/source/describe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/describe.h b/crawl-ref/source/describe.h
index 9128c27555..32868ddaf7 100644
--- a/crawl-ref/source/describe.h
+++ b/crawl-ref/source/describe.h
@@ -65,5 +65,6 @@ void describe_spell(int spelled);
std::string ghost_description(bool concise = false);
const char *trap_name(trap_type trap);
+int str_to_trap(const std::string &s);
#endif