]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/PartyLayout.h
added constructors for described types
[l2e.git] / src / battle / PartyLayout.h
index b2454f2cba18bcbcd8b8f9588fb8f2c931bf0de8..e4f7d1b706517393bd262bebdeeaa26cd069f7d3 100644 (file)
@@ -33,6 +33,7 @@ public:
        }
 
        static void CreateTypeDescription();
+       static void Construct(void *);
 
 private:
        const geometry::Vector<int> *positions;