summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/glwrapper.h
diff options
context:
space:
mode:
authorEnne Walker <enne.walker@gmail.com>2010-05-14 12:49:58 -0400
committerEnne Walker <enne.walker@gmail.com>2010-05-14 18:18:54 -0400
commit6d0f71ae6f14191940493c0b7465230b1d6c4210 (patch)
tree571c472557764898302b98137ab9302a5da455d5 /crawl-ref/source/glwrapper.h
parent6375f13e84238370564a57711c19cffaf3b3009d (diff)
downloadcrawl-ref-6d0f71ae6f14191940493c0b7465230b1d6c4210.tar.gz
crawl-ref-6d0f71ae6f14191940493c0b7465230b1d6c4210.zip
Reduce header dependencies on glwrapper.h.
Diffstat (limited to 'crawl-ref/source/glwrapper.h')
-rw-r--r--crawl-ref/source/glwrapper.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/crawl-ref/source/glwrapper.h b/crawl-ref/source/glwrapper.h
index 6d4c6b7363..67b26617df 100644
--- a/crawl-ref/source/glwrapper.h
+++ b/crawl-ref/source/glwrapper.h
@@ -3,6 +3,8 @@
#ifdef USE_TILE
+#include "tiletex.h"
+
#include <stdlib.h>
#include <vector>
@@ -79,13 +81,6 @@ struct GLW_3VF
union {float z; float b;};
};
-enum MipMapOptions
-{
- MIPMAP_CREATE,
- MIPMAP_NONE,
- MIPMAP_MAX
-};
-
enum drawing_modes
{
GLW_LINES,