X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FPartyMenu.h;h=f915d30e4a45d2cc3950a7f7fe43ac81f0ef7211;hb=a66a2c0b644eed7535f5188d44f6065c0105957d;hp=fa1b92f908ac79f4cb45f04783543c661f582550;hpb=17afcc24569b38a9816f616bc025ba871ad3e48e;p=l2e.git diff --git a/src/menu/PartyMenu.h b/src/menu/PartyMenu.h index fa1b92f..f915d30 100644 --- a/src/menu/PartyMenu.h +++ b/src/menu/PartyMenu.h @@ -47,6 +47,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: