diff options
Diffstat (limited to 'src/client/menuwindow.cc')
-rw-r--r-- | src/client/menuwindow.cc | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/src/client/menuwindow.cc b/src/client/menuwindow.cc deleted file mode 100644 index 8ebd0cb..0000000 --- a/src/client/menuwindow.cc +++ /dev/null @@ -1,32 +0,0 @@ -/* - client/menuwindow.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/menuwindow.h" - -namespace client -{ - -MenuWindow::MenuWindow(ui::Widget *parent) : ui::Widget(parent) -{ - set_border(true); - set_background(true); -} - -MenuWindow::~MenuWindow() -{ -} - -void MenuWindow::resize() -{ -} - -void MainWindow::draw_background() -{ - - -} - -} |