summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiles.h
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2011-12-08 23:11:43 +0100
committerFlorian Diebold <flodiebold@gmail.com>2011-12-08 23:11:43 +0100
commit64f671a119a02ca6109015c3aa71e68102227da1 (patch)
treed6897e8640eb427f33e2f4dec3bc03ee447130f4 /crawl-ref/source/tiles.h
parent46a80e90d8976b6553934878056abe1cb025214a (diff)
downloadcrawl-ref-64f671a119a02ca6109015c3aa71e68102227da1.tar.gz
crawl-ref-64f671a119a02ca6109015c3aa71e68102227da1.zip
Fix console compilation.
Diffstat (limited to 'crawl-ref/source/tiles.h')
-rw-r--r--crawl-ref/source/tiles.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/tiles.h b/crawl-ref/source/tiles.h
index 90f15c0730..98c8c4681c 100644
--- a/crawl-ref/source/tiles.h
+++ b/crawl-ref/source/tiles.h
@@ -5,6 +5,7 @@
#ifndef TILES_H
#define TILES_H
+#ifdef USE_TILE
// The different texture types.
enum TextureID
@@ -38,3 +39,4 @@ TextureID get_dngn_tex(tileidx_t idx);
#endif
#endif
+#endif