X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHero.h;h=44d0b4d0c3372dc9a4f320965c4cf3f06b757b72;hb=5121f4215d725f492bea084fb94900d7e5972743;hp=275db6da22a160ef1cf8c4815ad55a0da7145248;hpb=2a3e39f2960bd359dfc8df8f439281dec30c633a;p=l2e.git diff --git a/src/battle/Hero.h b/src/battle/Hero.h index 275db6d..44d0b4d 100644 --- a/src/battle/Hero.h +++ b/src/battle/Hero.h @@ -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; }