Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-08-28 10:20:15 +0000
committerStijn Buys <ingar@osirion.org>2011-08-28 10:20:15 +0000
commit1158e624c9daf10b08643b59bcb36dcc1d2caad8 (patch)
treef0498ff6d8ec877354d79287386d18f794250971 /src/client/mainmenu.h
parent14b2372f1a74198ec4f485f9665ef0acc27ae5e3 (diff)
Removed unnecessary class.
Diffstat (limited to 'src/client/mainmenu.h')
-rw-r--r--src/client/mainmenu.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/client/mainmenu.h b/src/client/mainmenu.h
index cadd019..9320668 100644
--- a/src/client/mainmenu.h
+++ b/src/client/mainmenu.h
@@ -24,12 +24,14 @@ public:
MainMenu(ui::Widget *parent = 0);
virtual ~MainMenu();
-protected:
virtual void show();
virtual void hide();
-
+
+protected:
virtual void draw_background();
+
+ virtual void resize();
private:
/// the menu to show if the application is not connected