X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Flibgame%2Ftext.h;h=5d701fa714e4cf4073a8eb3f104324d70f8ce86a;hp=530a6b2a95772de3d6c9debe5ecbd014e1a8d711;hb=57becb68aac2b371506b50cbf8b9b66220003b31;hpb=e28d2724a580d0aec5521daa85e18ffaed3b86a1 diff --git a/src/libgame/text.h b/src/libgame/text.h index 530a6b2a..5d701fa7 100644 --- a/src/libgame/text.h +++ b/src/libgame/text.h @@ -53,6 +53,7 @@ /* font structure definitions */ void InitFontInfo(struct FontBitmapInfo *, int, int (*function)(int)); +void FreeFontInfo(struct FontBitmapInfo *); int getFontWidth(int); int getFontHeight(int);