summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-15 22:10:59 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-15 23:11:42 +0100
commitf5b0269efde99613163d99346035b53a82661ceb (patch)
treedbad60ddd46b386acaf163f188e69c6809c20ae1 /crawl-ref/source/showsymb.h
parentfe2ab0f017464ff07a3d62e994861ea17260b260 (diff)
downloadcrawl-ref-f5b0269efde99613163d99346035b53a82661ceb.tar.gz
crawl-ref-f5b0269efde99613163d99346035b53a82661ceb.zip
Replace get_show_symbol by get_show_glyph.
Diffstat (limited to 'crawl-ref/source/showsymb.h')
-rw-r--r--crawl-ref/source/showsymb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/showsymb.h b/crawl-ref/source/showsymb.h
index c99198e69e..f11d1cac89 100644
--- a/crawl-ref/source/showsymb.h
+++ b/crawl-ref/source/showsymb.h
@@ -13,13 +13,13 @@ unsigned get_feat_symbol(dungeon_feature_type feat);
unsigned get_item_symbol(show_item_type it);
glyph get_item_glyph(const item_def *item);
glyph get_mons_glyph(const monsters *mons);
+glyph get_show_glyph(show_type object);
unsigned get_screen_glyph( const coord_def &p );
void get_symbol(const coord_def& where,
show_type object, unsigned *ch,
unsigned short *colour);
-void get_show_symbol(show_type object, unsigned *ch, unsigned short *colour);
#endif