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.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);