X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FPartyMenu.h;h=08ffa3823b46c1a8a6b07db38f6982fd75fdb398;hb=59c735f03e5959ab6a32afac1603f1e371786ed7;hp=91c25ba549d14a92fdbd3250cce4b3d5722f7c48;hpb=670dd3c61cba875345b6755d41f479cff8d964c4;p=l2e.git diff --git a/src/menu/PartyMenu.h b/src/menu/PartyMenu.h index 91c25ba..08ffa38 100644 --- a/src/menu/PartyMenu.h +++ b/src/menu/PartyMenu.h @@ -1,10 +1,3 @@ -/* - * PartyMenu.h - * - * Created on: Oct 21, 2012 - * Author: holy - */ - #ifndef MENU_PARTYMENU_H_ #define MENU_PARTYMENU_H_ @@ -47,8 +40,9 @@ public: geometry::Vector StatusOffset(int index) const; const HeroStatus &GetHeroStatus(int index) const { return status[index]; } - static void OnStatusSelect(void *, int); + static void OnEquipSelect(void *, int); static void OnSpellSelect(void *, int); + static void OnStatusSelect(void *, int); private: virtual void OnEnterState(SDL_Surface *screen);