summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/AppHdr.h
diff options
context:
space:
mode:
authorFlorian Diebold <flodiebold@gmail.com>2011-07-06 17:47:23 +0200
committerFlorian Diebold <flodiebold@gmail.com>2011-07-06 17:47:23 +0200
commit5a04b52ff4f7b43a9fdd1d004c49b6771efe6a55 (patch)
treedbee5797df90d444ba194dd1cf47c6b5a74740c8 /crawl-ref/source/AppHdr.h
parentdd2a795074db045f4389bda4aca67fe711665630 (diff)
downloadcrawl-ref-5a04b52ff4f7b43a9fdd1d004c49b6771efe6a55.tar.gz
crawl-ref-5a04b52ff4f7b43a9fdd1d004c49b6771efe6a55.zip
Clean up tilesdl.h.
tileweb.cc now has its own header file. This replicates the public TilesFramework interface, but the repetition seems better than having one header file littered with #ifdefs.
Diffstat (limited to 'crawl-ref/source/AppHdr.h')
-rw-r--r--crawl-ref/source/AppHdr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h
index 369cf2a7d8..b90bb6a59c 100644
--- a/crawl-ref/source/AppHdr.h
+++ b/crawl-ref/source/AppHdr.h
@@ -313,7 +313,7 @@
#ifdef USE_TILE
#ifdef __cplusplus
#include "libgui.h"
- #include "tilesdl.h"
+ #include "tiles.h"
#endif
#endif