X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FStatusMenu.h;h=08d2e0b1dbc958ee874031fef5c6857eff9b6d85;hb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;hp=40fac6b6a0e0b61bfe37aabd559ca7b309d06020;hpb=b9448180c2cf0ecc75865e57d83db63d4fe3e8a5;p=l2e.git diff --git a/src/menu/StatusMenu.h b/src/menu/StatusMenu.h index 40fac6b..08d2e0b 100644 --- a/src/menu/StatusMenu.h +++ b/src/menu/StatusMenu.h @@ -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 { @@ -53,10 +47,12 @@ private: /// @param offset the top right corner! void RenderNextLevel(SDL_Surface *screen, const geometry::Vector &offset) const; void RenderIkari(SDL_Surface *screen, const geometry::Vector &offset) const; + void RenderMenu(SDL_Surface *screen, const geometry::Vector &offset) const; private: PartyMenu *parent; int cursor; + graphics::Menu menu; };