]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Resources.h
added constructors for described types
[l2e.git] / src / battle / Resources.h
index 7286e0db54878dc9ec486821a3b5638920d52d1e..9654fdc841d9c987569be411e17f0719cb0634bb 100644 (file)
@@ -102,6 +102,7 @@ struct Resources {
        Resources();
 
        static void CreateTypeDescription();
+       static void Construct(void *);
 
 };