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