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 extern int GuiFontHeight;
5 
6 namespace Gui
7 {
9  void registerAllWidgets();
10 
11 }
12 
13 #endif
int GuiFontHeight
void registerAllWidgets()
Register all widgets from this component with MyGUI's factory manager.
Definition: widgets.cpp:15