]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/PartyMenu.h
removed stupid file headers that eclipse put in
[l2e.git] / src / menu / PartyMenu.h
index fa1b92f908ac79f4cb45f04783543c661f582550..08ffa3823b46c1a8a6b07db38f6982fd75fdb398 100644 (file)
@@ -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<int> 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: