Commit 5ee8e11e authored by hybrid's avatar hybrid

Fix compilation of OpenGL driver with OpenGL disabled.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2520 dfc29bdd-3216-0410-991c-e03cc46cb475
parent dfb8e961
...@@ -9,6 +9,14 @@ ...@@ -9,6 +9,14 @@
#include "SIrrCreationParameters.h" #include "SIrrCreationParameters.h"
namespace irr
{
class CIrrDeviceWin32;
class CIrrDeviceLinux;
class CIrrDeviceSDL;
class CIrrDeviceMacOSX;
}
#ifdef _IRR_COMPILE_WITH_OPENGL_ #ifdef _IRR_COMPILE_WITH_OPENGL_
#include "CNullDriver.h" #include "CNullDriver.h"
...@@ -17,11 +25,7 @@ ...@@ -17,11 +25,7 @@
#include "COpenGLExtensionHandler.h" #include "COpenGLExtensionHandler.h"
namespace irr namespace irr
{ {
class CIrrDeviceWin32;
class CIrrDeviceLinux;
class CIrrDeviceSDL;
class CIrrDeviceMacOSX;
namespace video namespace video
{ {
......
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