]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Monster.h
added constructors for described types
[l2e.git] / src / battle / Monster.h
index c12567257e01a33e69d45acbb0f451c18db4609e..db37dfebe0d0bb00873309387168f5b80a408399 100644 (file)
@@ -84,6 +84,9 @@ public:
        AttackChoice &GetAttackChoice() { return attackChoice; }
        const AttackChoice &GetAttackChoice() const { return attackChoice; }
 
+       static void CreateTypeDescription();
+       static void Construct(void *);
+
 private:
        const char *name;
        graphics::Sprite *sprite;