forked from mirror/openmw-tes3mp
11 lines
No EOL
261 B
C++
11 lines
No EOL
261 B
C++
#include "inventorywindow.hpp"
|
|
|
|
namespace MWGui
|
|
{
|
|
|
|
InventoryWindow::InventoryWindow(WindowManager& parWindowManager,MWWorld::Environment& environment)
|
|
:ContainerWindow(parWindowManager,environment,"openmw_inventory_window_layout.xml")
|
|
{
|
|
}
|
|
|
|
} |