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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/directn.h b/crawl-ref/source/directn.h
index 381e130ac0..da0d972f1b 100644
--- a/crawl-ref/source/directn.h
+++ b/crawl-ref/source/directn.h
@@ -10,6 +10,7 @@
#ifndef DIRECT_H
#define DIRECT_H
+#include "describe.h"
#include "externs.h"
#include "enum.h"
#include "libgui.h"
@@ -176,6 +177,8 @@ 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 describe_floor();
std::string get_monster_desc(const monsters *mon,
bool full_desc = true,