X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FFont.h;h=8b365252c79fdb966ef1b287850557808d0aad26;hb=679b9e39c7680fd46482589f37f0a225032103b7;hp=571431df74dca406a73572c881669eda69208513;hpb=20e3191911c173d6c9b97dde6b99bd96f5e342cb;p=l2e.git diff --git a/src/graphics/Font.h b/src/graphics/Font.h index 571431d..8b36525 100644 --- a/src/graphics/Font.h +++ b/src/graphics/Font.h @@ -36,6 +36,8 @@ public: void SetColOffset(int n) { colOffset = n; } void SetRowOffset(int n) { rowOffset = n; } + static void CreateTypeDescription(); + private: const Sprite *sprite; int colOffset;