X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FHero.h;h=c15c2dcbc08bf4d25cc73f7b0734b54ef4463760;hb=b02da898c7c8a08141df4e797774a61cf5e0163f;hp=122ee94112a21aac140f95a0187923dd820afef0;hpb=81da0a7970ce80843ef8f144da06c1e0e2d950a9;p=l2e.git diff --git a/src/battle/Hero.h b/src/battle/Hero.h index 122ee94..c15c2dc 100644 --- a/src/battle/Hero.h +++ b/src/battle/Hero.h @@ -131,6 +131,7 @@ public: void SetSpellAnimation(const graphics::Animation *a) { spellAnimation = a; } static void CreateTypeDescription(); + static void Construct(void *); private: const char *name;