]> git.localhorst.tv Git - l2e.git/blobdiff - src/common/Ikari.h
added constructors for described types
[l2e.git] / src / common / Ikari.h
index 76730defbc72e0f6a5900aa34faffa1b43111179..979015b636ed318d8c08666117aea888934765fd 100644 (file)
@@ -36,6 +36,7 @@ public:
        void SetPhysical() { isPhysical = true; }
 
        static void CreateTypeDescription();
+       static void Construct(void *);
 
 private:
        const char *name;