summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-09-08 21:33:15 -0500
committerJesse Luehrs <doy@tozt.net>2010-09-10 05:18:02 -0500
commitb57399d596e2d0c39289b0252dbd0b47d3f6dbe6 (patch)
treebc935fe557f40cde861f9dd0831131d2b5945c8d /crawl-ref/source/showsymb.h
parentfe42935f94759ab46fa5462b2505ee06faf1c3e3 (diff)
downloadcrawl-ref-b57399d596e2d0c39289b0252dbd0b47d3f6dbe6.tar.gz
crawl-ref-b57399d596e2d0c39289b0252dbd0b47d3f6dbe6.zip
don't require duplicating the coord_def
Diffstat (limited to 'crawl-ref/source/showsymb.h')
-rw-r--r--crawl-ref/source/showsymb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/showsymb.h b/crawl-ref/source/showsymb.h
index 4825c1d85a..2623412c9e 100644
--- a/crawl-ref/source/showsymb.h
+++ b/crawl-ref/source/showsymb.h
@@ -19,6 +19,7 @@ glyph get_item_glyph(const item_def *item);
glyph get_mons_glyph(const monster_info& mi, bool realcol=true);
show_class get_cell_show_class(const map_cell& cell, bool only_stationary_monsters = false);
+glyph get_cell_glyph(const coord_def& loc, bool only_stationary_monsters = false, int color_mode = 0);
glyph get_cell_glyph(const map_cell& cell, const coord_def& loc, bool only_stationary_monsters = false, int color_mode = 0);
glyph get_cell_glyph_with_class(const map_cell& cell, const coord_def& loc, show_class cls, int color_mode = 0);