X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FPartyMenu.h;h=08ffa3823b46c1a8a6b07db38f6982fd75fdb398;hb=5cbe0ba11d6fe180f49101547f05e7fe586d55c0;hp=fa1b92f908ac79f4cb45f04783543c661f582550;hpb=17afcc24569b38a9816f616bc025ba871ad3e48e;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: