summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/showsymb.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-11-15 21:49:09 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-11-15 23:11:42 +0100
commit4973016b5011454ea3648710b604b3c4d0ecec57 (patch)
treed8d64c28e866c9c3f8058605f70616596929ff0e /crawl-ref/source/showsymb.h
parentc99489055fb52cd6079218675a8b5688b4eb99ee (diff)
downloadcrawl-ref-4973016b5011454ea3648710b604b3c4d0ecec57.tar.gz
crawl-ref-4973016b5011454ea3648710b604b3c4d0ecec57.zip
Add get_item_symbol to showsymb.
Diffstat (limited to 'crawl-ref/source/showsymb.h')
-rw-r--r--crawl-ref/source/showsymb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/showsymb.h b/crawl-ref/source/showsymb.h
index 85939a5b61..ea89d87a0f 100644
--- a/crawl-ref/source/showsymb.h
+++ b/crawl-ref/source/showsymb.h
@@ -1,7 +1,7 @@
#ifndef SHOWSYMB_H
#define SHOWSYMB_H
-struct show_type;
+#include "show.h"
struct glyph
{
@@ -9,6 +9,7 @@ struct glyph
unsigned short col;
};
+unsigned get_item_symbol(show_item_type it);
glyph get_item_glyph(const item_def *item);
glyph get_mons_glyph(const monsters *mons);