X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FPartyLayout.h;h=a50d0064b36c1fa046535267d33298b16e9d5585;hb=f552d26f537af9fa48255bd71cdc1a0a1b860bac;hp=b2454f2cba18bcbcd8b8f9588fb8f2c931bf0de8;hpb=06cdcf42d8f86955419bcf8ca3457f1d59a14707;p=l2e.git diff --git a/src/battle/PartyLayout.h b/src/battle/PartyLayout.h index b2454f2..a50d006 100644 --- a/src/battle/PartyLayout.h +++ b/src/battle/PartyLayout.h @@ -18,6 +18,9 @@ namespace battle { class PartyLayout { + public: + static const int TYPE_ID = 203; + public: PartyLayout() : positions(0), numPositions(0) { } @@ -33,6 +36,7 @@ public: } static void CreateTypeDescription(); + static void Construct(void *); private: const geometry::Vector *positions;