Commit 04f045c2 authored by hybrid's avatar hybrid

Fix compilation without sw renderers, submitted by pc0de.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@2167 dfc29bdd-3216-0410-991c-e03cc46cb475
parent f86adb85
......@@ -2,9 +2,9 @@
// This file is part of the "Irrlicht Engine".
// For conditions of distribution and use, see copyright notice in irrlicht.h
#include "IrrCompileConfig.h"
#include "CSoftwareDriver.h"
#include "IrrCompileConfig.h"
#ifdef _IRR_COMPILE_WITH_SOFTWARE_
#include "CSoftwareTexture.h"
......
......@@ -174,4 +174,3 @@ namespace video
#endif
......@@ -3,10 +3,10 @@
// For conditions of distribution and use, see copyright notice in irrlicht.h
#include "IrrCompileConfig.h"
#include "CSoftwareDriver2.h"
#ifdef _IRR_COMPILE_WITH_BURNINGSVIDEO_
#include "CSoftwareDriver2.h"
#include "SoftwareDriver2_helper.h"
#include "CSoftwareTexture2.h"
#include "CSoftware2MaterialRenderer.h"
......
......@@ -252,7 +252,6 @@ namespace video
SBurningShaderMaterial Material;
static const sVec4 NDCPlane[6];
};
} // end namespace video
......@@ -261,4 +260,3 @@ namespace video
#endif
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