32 #ifndef _CEGUIFactoryModule_h_
33 #define _CEGUIFactoryModule_h_
35 #include "CEGUIDynamicModule.h"
97 static const char RegisterFactoryFunctionName[];
98 static const char RegisterAllFunctionName[];
100 typedef void (*FactoryRegisterFunction)(
const String&);
101 typedef uint (*RegisterAllFunction)(void);
103 FactoryRegisterFunction d_regFunc;
104 RegisterAllFunction d_regAllFunc;
111 #endif // end of guard _CEGUIFactoryModule_h_