And I referenced the scr/include folder to my project. And I include header CEGUI.h... But it's not enough.... IrrlichtRenderer is not visible to my project:
Code: Select all
CEGUI::IrrlichtRenderer* myRenderer = new CEGUI::IrrlichtRenderer(g_device, true );
I also tried to add this path include\RendererModules\Irrlicht to my code and it says this function gets only one parameter (irrlicht device reference)....
So I decided to ask you guys, should I manually add this folder and IrrlichtRenderer header file or is there any other way (like defining a IRRLICHT_RENDERER)? And may you show me a working demo code which contains latest CEGUI and Irrlicht 1.7.1?
Thank you ......