Fixed include of os.h
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@692 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
parent
9c1f4cb46e
commit
f307d6026a
@ -1,5 +1,4 @@
|
||||
#include "COpenGLExtensionHandler.h"
|
||||
#include "os.h"
|
||||
#include "irrString.h"
|
||||
#include "SMaterial.h" // for MATERIAL_MAX_TEXTURES
|
||||
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
#include "EDriverFeatures.h"
|
||||
#include "irrTypes.h"
|
||||
#include "os.h"
|
||||
|
||||
#if defined(_IRR_WINDOWS_API_)
|
||||
// include windows headers for HWND
|
||||
|
Loading…
x
Reference in New Issue
Block a user