X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FMonster.h;h=db37dfebe0d0bb00873309387168f5b80a408399;hb=b02da898c7c8a08141df4e797774a61cf5e0163f;hp=c12567257e01a33e69d45acbb0f451c18db4609e;hpb=0542849dfccfec1ce1477265fa0fee2401a8fb23;p=l2e.git diff --git a/src/battle/Monster.h b/src/battle/Monster.h index c125672..db37dfe 100644 --- a/src/battle/Monster.h +++ b/src/battle/Monster.h @@ -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;