summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/externs.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2012-10-16 17:31:22 +0200
committerAdam Borowski <kilobyte@angband.pl>2012-10-16 23:59:14 +0200
commit90005585c7206655fe91daba91805d9bad2cb0c1 (patch)
tree83f14315cbf89c6f8071a43ff549b7fa6b6e7ddb /crawl-ref/source/externs.h
parent6ca8c092ae24814196a8f76e526637f731fb8160 (diff)
downloadcrawl-ref-90005585c7206655fe91daba91805d9bad2cb0c1.tar.gz
crawl-ref-90005585c7206655fe91daba91805d9bad2cb0c1.zip
Rename struct glyph to cglyph_t.
Hard to come up with something less greppable...
Diffstat (limited to 'crawl-ref/source/externs.h')
-rw-r--r--crawl-ref/source/externs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/externs.h b/crawl-ref/source/externs.h
index a273164d5e..99bbbfc96b 100644
--- a/crawl-ref/source/externs.h
+++ b/crawl-ref/source/externs.h
@@ -90,7 +90,7 @@ class player;
class monster;
class KillMaster;
class ghost_demon;
-struct glyph;
+struct cglyph_t;
template <typename Z> static inline Z sgn(Z x)
{