diff options
author | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-07 23:09:28 -0700 |
---|---|---|
committer | Ben Longbons <b.r.longbons@gmail.com> | 2011-09-07 23:09:28 -0700 |
commit | 8fe9c1d9f046aa6d746ab075b3056d75898d1f2c (patch) | |
tree | 3ad4a178d385cd6cdf2b7bddc920109ca0bf9aed /src/openglgraphics.h | |
parent | b9bf0acfe46222508c9910c2a2b750feafb5a0d2 (diff) | |
download | mana-8fe9c1d9f046aa6d746ab075b3056d75898d1f2c.tar.gz mana-8fe9c1d9f046aa6d746ab075b3056d75898d1f2c.tar.bz2 mana-8fe9c1d9f046aa6d746ab075b3056d75898d1f2c.tar.xz mana-8fe9c1d9f046aa6d746ab075b3056d75898d1f2c.zip |
Changes need to build without OpenGL
Diffstat (limited to 'src/openglgraphics.h')
-rw-r--r-- | src/openglgraphics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openglgraphics.h b/src/openglgraphics.h index ee96e19c..73adbdc1 100644 --- a/src/openglgraphics.h +++ b/src/openglgraphics.h @@ -30,7 +30,6 @@ #define NO_SDL_GLEXT #include <SDL_opengl.h> -#endif class OpenGLGraphics : public Graphics { @@ -129,5 +128,6 @@ class OpenGLGraphics : public Graphics bool mColorAlpha; bool mSync; }; +#endif //USE_OPENGL #endif |