mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-27 03:35:27 +00:00
11 lines
261 B
C++
11 lines
261 B
C++
|
#include "inventorywindow.hpp"
|
||
|
|
||
|
namespace MWGui
|
||
|
{
|
||
|
|
||
|
InventoryWindow::InventoryWindow(WindowManager& parWindowManager,MWWorld::Environment& environment)
|
||
|
:ContainerWindow(parWindowManager,environment,"openmw_inventory_window_layout.xml")
|
||
|
{
|
||
|
}
|
||
|
|
||
|
}
|