One book said add the following code in the CEGUIBaseFactories.h and CEGUIBaseFactories.cpp. But I can’t find the .h and .cpp flies in the CEgui0.7.5 source code.
Code: Select all
CEGUI_DECLARE_WINDOW_FACTORY(TimerWindow);
CEGUI_DEFINE_WINDOW_FACTORY(TimerWindow);
CEGUI_DEFINE_WR_FACTORY(FalagardTimerWindow);
Where to add the code in the cegui0.7.5?