]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Font.h
added constructors for described types
[l2e.git] / src / graphics / Font.h
index 8b365252c79fdb966ef1b287850557808d0aad26..3fcc7d2e8d5257e02b553959c1244aed709e7389 100644 (file)
@@ -37,6 +37,7 @@ public:
        void SetRowOffset(int n) { rowOffset = n; }
 
        static void CreateTypeDescription();
+       static void Construct(void *);
 
 private:
        const Sprite *sprite;