29 #ifndef _CEGUIWindowRendererModule_h_
30 #define _CEGUIWindowRendererModule_h_
32 #include "CEGUIBase.h"
36 # pragma warning(push)
37 # pragma warning(disable : 4251)
49 void registerFactory(
const String& type_name);
51 uint registerAllFactories();
53 void unregisterFactory(
const String& type_name);
55 uint unregisterAllFactories();
70 #endif // end of guard _CEGUIWindowRendererModule_h_