summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-09 22:18:58 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-09 23:21:40 +0100
commitdfda276192319251804dd53a266e2549fd99a710 (patch)
tree305cfbf25a538a232510be1c64137faa94e25a94 /crawl-ref/source/showsymb.h
parentd28e78dbe5232913c7e620d15347cb2394c550e2 (diff)
downloadcrawl-ref-dfda276192319251804dd53a266e2549fd99a710.tar.gz
crawl-ref-dfda276192319251804dd53a266e2549fd99a710.zip
Split up monster_grid into update and non-update part.
Diffstat (limited to 'crawl-ref/source/showsymb.h')
-rw-r--r--crawl-ref/source/showsymb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/crawl-ref/source/showsymb.h b/crawl-ref/source/showsymb.h
index 0a8640d5d9..db70462af0 100644
--- a/crawl-ref/source/showsymb.h
+++ b/crawl-ref/source/showsymb.h
@@ -3,6 +3,12 @@
struct show_type;
+struct glyph
+{
+ unsigned ch;
+ unsigned short col;
+};
+
void get_item_glyph(const item_def *item, unsigned *glych,
unsigned short *glycol);
void get_mons_glyph(const monsters *mons, unsigned *glych,