summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilereg.h
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-26 15:59:20 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-26 15:59:20 +0000
commit547124b71f53d6b64f31b029a19254c81e1cf7ac (patch)
tree60fa4f0acee116c65e5fafc4ddf40daf23b4fb70 /crawl-ref/source/tilereg.h
parent64b430b8e7e9f913af35f3749514968665e15eef (diff)
downloadcrawl-ref-547124b71f53d6b64f31b029a19254c81e1cf7ac.tar.gz
crawl-ref-547124b71f53d6b64f31b029a19254c81e1cf7ac.zip
[2021074] Tiles cursor improvements.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6691 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tilereg.h')
-rw-r--r--crawl-ref/source/tilereg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/tilereg.h b/crawl-ref/source/tilereg.h
index dcc8b92606..50c6317526 100644
--- a/crawl-ref/source/tilereg.h
+++ b/crawl-ref/source/tilereg.h
@@ -212,6 +212,7 @@ enum text_tag_type
{
TAG_NAMED_MONSTER,
TAG_TUTORIAL,
+ TAG_CELL_DESC,
TAG_MAX
};
@@ -246,6 +247,7 @@ protected:
void draw_foreground(unsigned int bg, unsigned int fg, unsigned int x, unsigned int y);
void draw_doll(dolls_data &doll, unsigned int x, unsigned int y);
void draw_draco(int colour, int mon_idx, int equ_tile, unsigned int x, unsigned int y);
+ void draw_cursor(cursor_type type, unsigned int tile);
void add_quad_doll(unsigned int part, unsigned int idx, int ymax, unsigned int x, unsigned int y, int ox, int oy);