OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
widgets.hpp
Go to the documentation of this file.
1 #ifndef OPENMW_COMPONENTS_WIDGETS_H
2 #define OPENMW_COMPONENTS_WIDGETS_H
3 
4 namespace Gui
5 {
6 
8  void registerAllWidgets();
9 
10 }
11 
12 #endif
void registerAllWidgets()
Register all widgets from this component with MyGUI's factory manager.
Definition: widgets.cpp:15