summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.h
diff options
context:
space:
mode:
authorEnne Walker <enne.walker@gmail.com>2010-05-30 16:11:20 -0400
committerEnne Walker <enne.walker@gmail.com>2010-05-30 16:11:20 -0400
commite578b7b68fe4760b1b3c12431721c057f1ff353a (patch)
tree33e81c5b1f34b49bc4c5d2ec8d99fa3d484777d5 /crawl-ref/source/tilepick.h
parent88b15cda4231ac2af61648081e935aa0646cb0ed (diff)
downloadcrawl-ref-e578b7b68fe4760b1b3c12431721c057f1ff353a.tar.gz
crawl-ref-e578b7b68fe4760b1b3c12431721c057f1ff353a.zip
[9] Show draconians in ?/M lookup.
Exposed draco tile look-up functions that used to be in tilemcache and then used them in the menu.
Diffstat (limited to 'crawl-ref/source/tilepick.h')
-rw-r--r--crawl-ref/source/tilepick.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/tilepick.h b/crawl-ref/source/tilepick.h
index 349147d45b..e4d7bb4496 100644
--- a/crawl-ref/source/tilepick.h
+++ b/crawl-ref/source/tilepick.h
@@ -21,6 +21,8 @@ tileidx_t tileidx_feature(dungeon_feature_type feat, const coord_def &gc);
tileidx_t tileidx_monster_base(const monsters *mon, bool detected = false);
tileidx_t tileidx_monster(const monsters *mon, bool detected = false);
+tileidx_t tileidx_draco_base(const monsters *mon);
+tileidx_t tileidx_draco_job(const monsters *mon);
tileidx_t tileidx_item(const item_def &item);
tileidx_t tileidx_item_throw(const item_def &item, int dx, int dy);