summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/showsymb.h')
-rw-r--r--crawl-ref/source/showsymb.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/showsymb.h b/crawl-ref/source/showsymb.h
index 97ed0b90b1..10fc84500d 100644
--- a/crawl-ref/source/showsymb.h
+++ b/crawl-ref/source/showsymb.h
@@ -10,14 +10,11 @@ struct glyph
};
glyph get_item_glyph(const item_def *item);
+glyph get_mons_glyph(const monsters *mons);
-void get_mons_glyph(const monsters *mons, unsigned *glych,
- unsigned short *glycol);
unsigned get_screen_glyph( int x, int y );
unsigned get_screen_glyph( const coord_def &p );
-int get_mons_colour(const monsters *mons);
-
void get_symbol(const coord_def& where,
show_type object, unsigned *ch,
unsigned short *colour);