rnd-20060420-1-src
[rocksndiamonds.git] / src / libgame / text.h
index 0c5c7586d5873d5cb185c112efe4a424c10f8226..7c331d572a89d3eb45ea2ee87e0445286cb37ee4 100644 (file)
@@ -55,6 +55,8 @@
 void InitFontInfo(struct FontBitmapInfo *, int, int (*function)(int));
 void FreeFontInfo(struct FontBitmapInfo *);
 
+struct FontBitmapInfo *getFontBitmapInfo(int);
+
 int getFontWidth(int);
 int getFontHeight(int);
 int getTextWidth(char *, int);