mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-24 02:53:54 +00:00
6 lines
94 B
Text
6 lines
94 B
Text
|
/*
|
||
|
Widget hud;
|
||
|
hud = gui.loadLayout("openmw_hud_layout.xml");
|
||
|
hud.setCoord(10,10,500,500);
|
||
|
*/
|