summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/directn.h')
-rw-r--r--crawl-ref/source/directn.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/crawl-ref/source/directn.h b/crawl-ref/source/directn.h
index da0d972f1b..a465565e87 100644
--- a/crawl-ref/source/directn.h
+++ b/crawl-ref/source/directn.h
@@ -177,13 +177,14 @@ std::string thing_do_grammar(description_level_type dtype,
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);
-void get_square_desc(const coord_def &c, describe_info &inf);
+void get_square_desc(const coord_def &c, describe_info &inf,
+ bool examine_mons = false);
void describe_floor();
-std::string get_monster_desc(const monsters *mon,
- bool full_desc = true,
- description_level_type mondtype = DESC_CAP_A,
- bool print_attitude = false);
+std::string get_monster_equipment_desc(const monsters *mon,
+ bool full_desc = true,
+ description_level_type mondtype = DESC_CAP_A,
+ bool print_attitude = false);
int dos_direction_unmunge(int doskey);