]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/PartyLayout.h
removed stupid file headers that eclipse put in
[l2e.git] / src / battle / PartyLayout.h
index e4f7d1b706517393bd262bebdeeaa26cd069f7d3..f5cd03d924e496ce867a1369c49b1fbfaaec2622 100644 (file)
@@ -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) { }