X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FPartyLayout.h;h=f5cd03d924e496ce867a1369c49b1fbfaaec2622;hb=988ba6d1b4e18a4ae5d30a892224f76cee2355cc;hp=b2454f2cba18bcbcd8b8f9588fb8f2c931bf0de8;hpb=06cdcf42d8f86955419bcf8ca3457f1d59a14707;p=l2e.git diff --git a/src/battle/PartyLayout.h b/src/battle/PartyLayout.h index b2454f2..f5cd03d 100644 --- a/src/battle/PartyLayout.h +++ b/src/battle/PartyLayout.h @@ -1,10 +1,3 @@ -/* - * PartyLayout.h - * - * Created on: Aug 5, 2012 - * Author: holy - */ - #ifndef BATTLE_PARTYLAYOUT_H_ #define BATTLE_PARTYLAYOUT_H_ @@ -18,6 +11,9 @@ namespace battle { class PartyLayout { + public: + static const int TYPE_ID = 203; + public: PartyLayout() : positions(0), numPositions(0) { } @@ -33,6 +29,7 @@ public: } static void CreateTypeDescription(); + static void Construct(void *); private: const geometry::Vector *positions;