]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Hero.h
added constructors for described types
[l2e.git] / src / battle / Hero.h
index 122ee94112a21aac140f95a0187923dd820afef0..c15c2dcbc08bf4d25cc73f7b0734b54ef4463760 100644 (file)
@@ -131,6 +131,7 @@ public:
        void SetSpellAnimation(const graphics::Animation *a) { spellAnimation = a; }
 
        static void CreateTypeDescription();
+       static void Construct(void *);
 
 private:
        const char *name;