mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-22 07:53:51 +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);
|
||
|
*/
|