X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FFont.h;h=3fcc7d2e8d5257e02b553959c1244aed709e7389;hb=6e88a625710c7936f87b38ecf6094472f3a49f4f;hp=8b365252c79fdb966ef1b287850557808d0aad26;hpb=679b9e39c7680fd46482589f37f0a225032103b7;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;