]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/StatusMenu.h
added menu to status screen
[l2e.git] / src / menu / StatusMenu.h
index 40fac6b6a0e0b61bfe37aabd559ca7b309d06020..5f6f986eb465b69ba87434de87b3fd138aaac40c 100644 (file)
@@ -12,6 +12,7 @@
 #include "../app/State.h"
 #include "../common/fwd.h"
 #include "../geometry/Vector.h"
+#include "../graphics/Menu.h"
 
 namespace menu {
 
@@ -53,10 +54,12 @@ private:
        /// @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;
 
 };