X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FFont.h;h=3fcc7d2e8d5257e02b553959c1244aed709e7389;hb=9f352d64f920f46a2d5b4fe67408154629933293;hp=571431df74dca406a73572c881669eda69208513;hpb=8e0746ace8c76025faad3259a819d57610407bb8;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;