]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Hero.h
moved spell and ikari menu initialization to Hero
[l2e.git] / src / battle / Hero.h
index 275db6da22a160ef1cf8c4815ad55a0da7145248..44d0b4d0c3372dc9a4f320965c4cf3f06b757b72 100644 (file)
@@ -26,6 +26,8 @@ namespace graphics {
 
 namespace battle {
 
+class Resources;
+
 class Hero {
 
 public:
@@ -93,6 +95,10 @@ public:
        AttackChoice &GetAttackChoice() { return attackChoice; }
        const AttackChoice &GetAttackChoice() const { return attackChoice; }
 
+public:
+       void UpdateSpellMenu();
+       void UpdateIkariMenu(const Resources *);
+
 // temporary setters until loader is implemented
 public:
        void SetName(const char *n) { name = n; }