summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tilepick.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-01-08 03:07:19 +0100
committerAdam Borowski <kilobyte@angband.pl>2011-01-08 03:07:19 +0100
commit679a4604928c566697cf27ae6158506fb044a356 (patch)
treee85c38d3b0df045d97b330149d6e7b5a6f08b775 /crawl-ref/source/tilepick.h
parentea0711175419418ee930d4b798fbc0199218a7bf (diff)
downloadcrawl-ref-679a4604928c566697cf27ae6158506fb044a356.tar.gz
crawl-ref-679a4604928c566697cf27ae6158506fb044a356.zip
Fix the struct/class clang warnings for tiles, too.
I'm unable to test optimized builds as clang (trunk) crashes during compilation.
Diffstat (limited to 'crawl-ref/source/tilepick.h')
-rw-r--r--crawl-ref/source/tilepick.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/tilepick.h b/crawl-ref/source/tilepick.h
index 7b97e333d2..0b95c2768a 100644
--- a/crawl-ref/source/tilepick.h
+++ b/crawl-ref/source/tilepick.h
@@ -12,8 +12,8 @@
struct bolt;
struct cloud_struct;
-class coord_def;
-class item_def;
+struct coord_def;
+struct item_def;
class monster;
struct show_type;