summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/glwrapper.h
diff options
context:
space:
mode:
authorIxtli <cg@325i.org>2010-03-11 18:25:19 +0900
committerEnne Walker <ennewalker@users.sourceforge.net>2010-04-24 10:19:43 -0400
commiteb4e4d280eda773b0f8049642a1fc77fa27d9914 (patch)
treedbc7e4c0031fe75559c43c3fcc9fd8f926d7bb70 /crawl-ref/source/glwrapper.h
parent7510c643fbb71607c069309eb2f29957af76edbc (diff)
downloadcrawl-ref-eb4e4d280eda773b0f8049642a1fc77fa27d9914.tar.gz
crawl-ref-eb4e4d280eda773b0f8049642a1fc77fa27d9914.zip
Cleaned up includes and #ifdefs. Made uiwrapper conditionally support SDL.
Diffstat (limited to 'crawl-ref/source/glwrapper.h')
-rw-r--r--crawl-ref/source/glwrapper.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/crawl-ref/source/glwrapper.h b/crawl-ref/source/glwrapper.h
index 77c4e8cdb1..a947f13704 100644
--- a/crawl-ref/source/glwrapper.h
+++ b/crawl-ref/source/glwrapper.h
@@ -1,11 +1,10 @@
-#ifndef GLWRAPPER_H
-#define GLWRAPPER_H
+#ifndef GL_WRAPPER_H
+#define GL_WRAPPER_H
#include <stdlib.h> // For size_t
#include <vector> // for std::vector
#ifdef USE_TILE
-#ifdef USE_GL
struct coord_def;
@@ -137,6 +136,5 @@ public:
protected:
};
-#endif // use_gl
#endif // use_tile
-#endif // include guard \ No newline at end of file
+#endif // include guard