From 0c509866a37ab47ff0e48d357ca55e31658c37c2 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Thu, 16 Sep 2010 14:12:27 +0000 Subject: map info support, initial trade window --- src/client/inventorymenu.cc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 src/client/inventorymenu.cc (limited to 'src/client/inventorymenu.cc') diff --git a/src/client/inventorymenu.cc b/src/client/inventorymenu.cc new file mode 100644 index 0000000..435c3b2 --- /dev/null +++ b/src/client/inventorymenu.cc @@ -0,0 +1,19 @@ +/* + client/inventorymenu.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/inventorymenu.h" + +namespace client { + +InventoryWindow::InventoryWindow(ui::Widget *parent) : ui::Window(parent) +{ +} + +InventoryWindow::~InventoryWindow() +{ +} + +} // namespace client -- cgit v1.2.3