X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FFont.h;fp=src%2Fgraphics%2FFont.h;h=3fcc7d2e8d5257e02b553959c1244aed709e7389;hb=b02da898c7c8a08141df4e797774a61cf5e0163f;hp=8b365252c79fdb966ef1b287850557808d0aad26;hpb=be7b4addf295d6193ba2527cdd17cdb524339aed;p=l2e.git diff --git a/src/graphics/Font.h b/src/graphics/Font.h index 8b36525..3fcc7d2 100644 --- a/src/graphics/Font.h +++ b/src/graphics/Font.h @@ -37,6 +37,7 @@ public: void SetRowOffset(int n) { rowOffset = n; } static void CreateTypeDescription(); + static void Construct(void *); private: const Sprite *sprite;