Commit 08d27aad authored by hybrid's avatar hybrid

Fixed compilation without OpenGL.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1770 dfc29bdd-3216-0410-991c-e03cc46cb475
parent 1b2a4f21
...@@ -15,12 +15,13 @@ ...@@ -15,12 +15,13 @@
#include "CIrrDeviceMacOSX.h" #include "CIrrDeviceMacOSX.h"
#endif #endif
#include "SIrrCreationParameters.h"
#ifdef _IRR_COMPILE_WITH_OPENGL_ #ifdef _IRR_COMPILE_WITH_OPENGL_
#include "CNullDriver.h" #include "CNullDriver.h"
#include "IMaterialRendererServices.h" #include "IMaterialRendererServices.h"
#include "COpenGLExtensionHandler.h" #include "COpenGLExtensionHandler.h"
#include "SIrrCreationParameters.h"
#if defined(_IRR_WINDOWS_API_) #if defined(_IRR_WINDOWS_API_)
#include <GL/gl.h> #include <GL/gl.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment