summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.h
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-01 14:03:23 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2008-12-01 14:03:23 +0000
commite5fc908cc50565402f1ea1acc037e5b8791870c1 (patch)
tree37f4d7e47addb7e81d0e375bb030456e189fb5c8 /crawl-ref/source/directn.h
parent6384f9c708cf79f471df00d1e0cfa3f2c1bf4172 (diff)
downloadcrawl-ref-e5fc908cc50565402f1ea1acc037e5b8791870c1.tar.gz
crawl-ref-e5fc908cc50565402f1ea1acc037e5b8791870c1.zip
Fix .des timer messaging to be easier to customise, applied timer to sewer portals.
Fix typo in monspeak.txt (slinkies). Fixed hippogriff plural. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7709 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/directn.h')
-rw-r--r--crawl-ref/source/directn.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/directn.h b/crawl-ref/source/directn.h
index a422f0fc2a..4b0b5ae841 100644
--- a/crawl-ref/source/directn.h
+++ b/crawl-ref/source/directn.h
@@ -153,6 +153,11 @@ bool in_los(const coord_def &pos);
bool in_vlos(int x, int y);
bool in_vlos(const coord_def &pos);
+std::string thing_do_grammar(description_level_type dtype,
+ bool add_stop,
+ bool force_article,
+ std::string desc);
+
std::string get_terse_square_desc(const coord_def &gc);
void terse_describe_square(const coord_def &c, bool in_range = true);
void full_describe_square(const coord_def &c);