]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/StatusMenu.h
removed stupid file headers that eclipse put in
[l2e.git] / src / menu / StatusMenu.h
index f6bcb293f37d782b3b380862149ad157a855366e..08d2e0b1dbc958ee874031fef5c6857eff9b6d85 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * StatusMenu.h
- *
- *  Created on: Oct 22, 2012
- *      Author: holy
- */
-
 #ifndef MENU_STATUSMENU_H_
 #define MENU_STATUSMENU_H_
 
@@ -12,6 +5,7 @@
 #include "../app/State.h"
 #include "../common/fwd.h"
 #include "../geometry/Vector.h"
+#include "../graphics/Menu.h"
 
 namespace menu {
 
@@ -52,10 +46,13 @@ private:
        void RenderExperience(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
        /// @param offset the top right corner!
        void RenderNextLevel(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
+       void RenderIkari(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
+       void RenderMenu(SDL_Surface *screen, const geometry::Vector<int> &offset) const;
 
 private:
        PartyMenu *parent;
        int cursor;
+       graphics::Menu<int> menu;
 
 };