X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FPartyMenu.h;h=08ffa3823b46c1a8a6b07db38f6982fd75fdb398;hb=59c735f03e5959ab6a32afac1603f1e371786ed7;hp=fa1b92f908ac79f4cb45f04783543c661f582550;hpb=f552d26f537af9fa48255bd71cdc1a0a1b860bac;p=l2e.git diff --git a/src/menu/PartyMenu.h b/src/menu/PartyMenu.h index fa1b92f..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,6 +40,8 @@ public: geometry::Vector StatusOffset(int index) const; const HeroStatus &GetHeroStatus(int index) const { return status[index]; } + static void OnEquipSelect(void *, int); + static void OnSpellSelect(void *, int); static void OnStatusSelect(void *, int); private: