im currently trying to add some functions to irrlicht-svn,
but i always get a compiler error in IVideoDriver saying
..\..\include\IVideoDriver.h|1157|error: 'E_TEXTURE_CREATION_FLAG' has not been declared|
IVideoDriver.h has ITexture.h included and does not mock with ITexture itself, so the file must have been processed somehow
hope you guys had also this issue, so you can help me
thx in advance
EDIT:
using CB svn 7932, MinGW-TDM 4.6.1 dw2, Win7 32bit
