summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-09 12:27:44 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-09 12:27:44 +0000
commite2d1b5dfa2a106a40db5ab6a23e6eb19e3aae8ca (patch)
tree1d43038d0854d8178360c12ffe2f1684fb3ffcde /crawl-ref/source/directn.h
parentcf8808bec66f666af120b9c4fad666a558d0e989 (diff)
downloadcrawl-ref-e2d1b5dfa2a106a40db5ab6a23e6eb19e3aae8ca.tar.gz
crawl-ref-e2d1b5dfa2a106a40db5ab6a23e6eb19e3aae8ca.zip
Rework xx and V to use monster_pane_info() to benefit from the
difficulty comparison and sorting functions. Make V work as a shortcut for xx, but keep the original monster listing (now repaired) for the dump. Most of the monster_pane_function struct and functions are now also included in Tiles compiles, even though the monster list itself is still not available. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6800 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/directn.h')
-rw-r--r--crawl-ref/source/directn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/directn.h b/crawl-ref/source/directn.h
index b7912fa4c1..65b28778fd 100644
--- a/crawl-ref/source/directn.h
+++ b/crawl-ref/source/directn.h
@@ -180,6 +180,8 @@ std::string feature_description(dungeon_feature_type grid,
std::vector<dungeon_feature_type> features_by_desc(const base_pattern &pattern);
+void full_describe_view(void);
+
inline int view2gridX(int vx)
{
return (crawl_view.vgrdc.x + vx - crawl_view.view_centre().x);