]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/ConfigMenu.h
removed stupid file headers that eclipse put in
[l2e.git] / src / menu / ConfigMenu.h
index c3f96f0cc108d283b4e1eb0f4d4d46d4cf9003dd..f7dda534966a2672da11e04aaddee6f8bab60c7a 100644 (file)
@@ -1,16 +1,10 @@
-/*
- * ConfigMenu.h
- *
- *  Created on: Nov 29, 2012
- *      Author: holy
- */
-
 #ifndef MENU_CONFIGMENU_H_
 #define MENU_CONFIGMENU_H_
 
 #include "fwd.h"
 #include "../app/State.h"
 #include "../geometry/Vector.h"
+#include "../graphics/Menu.h"
 
 namespace menu {
 
@@ -42,6 +36,7 @@ private:
 
 private:
        PartyMenu *parent;
+       graphics::Menu<int> configMenu;
 
 };