Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/inventorywindow.cc')
-rw-r--r--src/client/inventorywindow.cc19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/client/inventorywindow.cc b/src/client/inventorywindow.cc
new file mode 100644
index 0000000..b6ef82b
--- /dev/null
+++ b/src/client/inventorywindow.cc
@@ -0,0 +1,19 @@
+/*
+ client/inventorywindow.cc
+ This file is part of the Osirion project and is distributed under
+ the terms and conditions of the GNU General Public License version 2
+*/
+
+#include "client/inventorywindow.h"
+
+namespace client {
+
+InventoryWindow::InventoryWindow(ui::Widget *parent) : ui::Window(parent)
+{
+}
+
+InventoryWindow::~InventoryWindow()
+{
+}
+
+} // namespace client