about cegui0.7 and Ogre1.7.1
Posted: Fri Jun 11, 2010 18:44
I use the CEGUI 0.71 and Ogre1.7.1
CEGUI::System* getGUISystem();
protected:
CEGUI::System * mGUISystem;
mGUISystem = new CEGUI::System(mGUIRenderer);
CEGUI::System* GUISystem::getGUISystem()
{
return mGUISystem; // mGUISystem is 0x00000
}
who can help,thanks!
CEGUI::System* getGUISystem();
protected:
CEGUI::System * mGUISystem;
mGUISystem = new CEGUI::System(mGUIRenderer);
CEGUI::System* GUISystem::getGUISystem()
{
return mGUISystem; // mGUISystem is 0x00000
}
who can help,thanks!