]> 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 b2454f2cba18bcbcd8b8f9588fb8f2c931bf0de8..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) { }
 
@@ -33,6 +29,7 @@ public:
        }
 
        static void CreateTypeDescription();
+       static void Construct(void *);
 
 private:
        const geometry::Vector<int> *positions;