forked from mirror/openmw-tes3mp
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);
|
||
|
*/
|