X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FFont.h;h=3fcc7d2e8d5257e02b553959c1244aed709e7389;hb=b02da898c7c8a08141df4e797774a61cf5e0163f;hp=571431df74dca406a73572c881669eda69208513;hpb=d5959073b2c413ba1bd6f3d14bc8bcf59304e488;p=l2e.git diff --git a/src/graphics/Font.h b/src/graphics/Font.h index 571431d..3fcc7d2 100644 --- a/src/graphics/Font.h +++ b/src/graphics/Font.h @@ -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;