X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FPartyLayout.h;h=f5cd03d924e496ce867a1369c49b1fbfaaec2622;hb=e518ac67cf94e244df16078dcbc536e6b659e758;hp=e4f7d1b706517393bd262bebdeeaa26cd069f7d3;hpb=b02da898c7c8a08141df4e797774a61cf5e0163f;p=l2e.git diff --git a/src/battle/PartyLayout.h b/src/battle/PartyLayout.h index e4f7d1b..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) { }