28 #ifndef _CEGUITplWRFactoryRegisterer_h_
29 #define _CEGUITplWRFactoryRegisterer_h_
31 #include "CEGUIWRFactoryRegisterer.h"
32 #include "CEGUITplWindowRendererFactory.h"
33 #include "CEGUIWindowRendererManager.h"
66 WindowRendererManager::addFactory<TplWindowRendererFactory<T> >();
73 #endif // end of guard _CEGUITplWRFactoryRegisterer_h_
void doFactoryAdd()
Function to do the actual addition of a factory to the CEGUI system.
Definition: CEGUITplWRFactoryRegisterer.h:64
TplWRFactoryRegisterer()
Constructor.
Definition: CEGUITplWRFactoryRegisterer.h:58
Base class encapsulating a type name and common parts of WindowRenderer factory registration.
Definition: CEGUIWRFactoryRegisterer.h:41
Template based implementation of WRFactoryRegisterer that allows easy registration of a factory for a...
Definition: CEGUITplWRFactoryRegisterer.h:44